Flowdock
method

precs

Importance_1
precs() public

Returns an Array of two Integer values.

The first value is the current number of significant digits in the BigDecimal. The second value is the maximum number of significant digits for the BigDecimal.

BigDecimal('5').precs #=> [9, 18]
Show source
Register or log in to add new notes.