fromBigInteger

fun fromBigInteger(bigInteger: BigInteger): A_Number

Create an Avail integer that is the numerical equivalent of the given Java BigInteger.

Return

An Avail integer representing the same number as the argument.

Parameters

bigInteger

The BigInteger to convert.