minus

inline operator fun BigDecimal.minus(other: BigDecimal): BigDecimal(source)

Enables the use of the - operator for BigDecimal instances.


inline operator fun BigInteger.minus(other: BigInteger): BigInteger(source)

Enables the use of the - operator for BigInteger instances.