bigIntegers

val bigIntegers: List<BigInteger>

Extract a List of BigInteger, throwing a ClassCastException if any elements are non-numeric, or an ArithmeticException if any elements are non-integral. The first element to fail determines which exception is thrown.