- :logical
floating?
checks if given value is of type :floating
Parameters
floating? value :any
Returns
Examples
copyprint floating? 3.14 ; true print floating? 123 ; false print floating? "hello" ; false
floating? value :any
copyprint floating? 3.14 ; true print floating? 123 ; false print floating? "hello" ; false