mud/lib/doc/efun/numbers/to_float
2020-09-06 05:43:07 -07:00

16 lines
277 B
Plaintext

to_float - convert an int to a float
float to_float( int i );
The to_float() call returns the number of type 'float' that is equivalent to
the int 'i'.
See also:
to_int,
read_buffer,
sprintf,
sscanf
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere