Flowdock
abs() public

Returns the absolute value.

BigDecimal(‘5’).abs -> 5

BigDecimal(‘-3’).abs -> 3

Show source
Register or log in to add new notes.