Class ExactIntegerField

All Implemented Interfaces:
FieldI, IntegerConvertor, Serializable

public class ExactIntegerField extends GenericPowerField<Integer>
An integer field where results are always integers and Exceptions are thrown on error. The actual exception thrown is an ArithmeticException wrapped in EvaluationExceptions. Where possible it uses the Math.addExact(int,int) etc. methods.
Author:
Richard Morris
See Also: