Flowdock
method

fdiv

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: Integer
fdiv(p1) public

Returns the floating point result of dividing int by numeric.

654321.fdiv(13731)      #=> 47.652829364212366
654321.fdiv(13731.24)   #=> 47.65199646936475
-654321.fdiv(13731)     #=> -47.652829364212366
Show source
Register or log in to add new notes.