MutableBigInteger.inverseMod64

Returns the multiplicative inverse of val mod 2^64. Assumes val is odd.

class MutableBigInteger
static
long
inverseMod64
(
long val
)

Meta