div

operator fun div(other: BigNum): BigNum

Performs this / other returning a BigNum


fun div(other: BigNum, precision: Int): BigNum

Performs this / other returning a BigNum using a specific precision