abs

actual open override fun abs(): KBigDecimal

Returns the absolute value of this KBigDecimal.

Return

The absolute value (always non-negative)

expect open override fun abs(): KBigDecimal

Returns the absolute value of this KBigDecimal.

Return

The absolute value (always non-negative)

actual open fun abs(): KBigDecimal