fixnum_to_flonum


fixnum_to_flonum(fx)
      

Return the flonum representation closest to the fixnum fx.

Examples:


fixnum_to_flonum(12)
// 12.
      

Also see:

flfloor


Core Module Index | Contents