mud/lib/doc/efun/mixed/floatp
2020-09-06 05:43:07 -07:00

8 lines
219 B
Plaintext

floatp - determine whether or not a given variable is a float
int floatp( mixed arg );
Return 1 if `arg' is a float number and zero (0) otherwise.
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere