.\"convert an int to a float
.DT
to_float
$MUDNAME$ driver help
to_float
 
.SH Name
.SI 5
to_float - convert an int to a float
.EI

.SH Synopsis
.SI 5
float to_float( int i );
.EI

.SH Description
.SP 5 5
The to_float() efun returns the number of type `float' that is equivalent to
the int `i'.
.EP

.SH See also
.SI 5
to_int(), read_buffer(), sprintf(), sscanf()
.EI
