kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
abs
abs
fun
abs
(
x
:
BigInt
)
:
BigInt
(
source
)
Returns the absolute value of the given value
x
.
fun
<
T
:
Comparable
<
T
>
>
Group
<
T
>
.
abs
(
value
:
T
)
:
T
(
source
)
Absolute of the comparable
value