toggle menu
Math Common
0.3.0
jvm
switch theme
Math
Common
com.
eriksencosta.
math.
common
cubed()
No
Rounding
Precise
Rounding
round()
Rounding
Factory
squared()
Math Common
/
com.eriksencosta.math.common
/
PreciseRounding
/
round
round
open
override
fun
round
(
value
:
Double
)
:
Double
(
source
)
open
override
fun
round
(
value
:
Float
)
:
Float
(
source
)
open
override
fun
round
(
value
:
BigDecimal
)
:
BigDecimal
(
source
)
Rounds the given value.
Return
A rounded value.
Parameters
value
A value.