Flowdock
method

-

Importance_1
-(p1) public

Subtract the specified value.

e.g.

c = a - b

The precision of the result value depends on the type of b.

If b is a Float, the precision of the result is Float::DIG+1.

If b is a BigDecimal, the precision of the result is b's precision of internal representation from platform. So, it’s return value is platform dependent.

Show source
Register or log in to add new notes.