dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
BigDecimal.divide
java
math
BigDecimal
BigDecimal
Undocumented in source. Be warned that the author may not have intended to support it.
BigDecimal
divide
(BigDecimal val, int roundingMode)
class
BigDecimal
BigDecimal
divide
(
BigDecimal
val
,
int
roundingMode
)
BigDecimal
divide
(BigDecimal val, int scale_, int roundingMode)
Meta
Source
See Implementation
java
math
BigDecimal
BigDecimal
constructors
this
functions
abs
add
compareTo
divide
doubleValue
equals
floatValue
hashCode
intValue
longValue
max
min
movePointLeft
movePointRight
multiply
negate
scale
setScale
signum
subtract
toBigInteger
toString
unscaledValue
static functions
valueOf
static variables
ROUND_CEILING
ROUND_DOWN
ROUND_FLOOR
ROUND_HALF_DOWN
ROUND_HALF_EVEN
ROUND_HALF_UP
ROUND_UNNECESSARY
ROUND_UP