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