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