realp
realp(g_obj) =>t/nil
Description
Checks whether the specified value is a real number. Same as floatp.
Arguments
Value Returned
Examples
realp( 2789987)
=> nil
realp( 2789.987)
=> t
Related Topics
Return to top
realp(g_obj) =>t/nil
Checks whether the specified value is a real number. Same as floatp.
realp( 2789987)
=> nil
realp( 2789.987)
=> t