For expressions which evaluate to very large numbers, it's possible that an overflow will occur, so the return value from Expression.evaluate() will be wrong. Is there any way for exp4j to detect an overflow, so the calling program can tell when it has an incorrect value?
For expressions which evaluate to very large numbers, it's possible that an overflow will occur, so the return value from
Expression.evaluate()
will be wrong. Is there any way for exp4j to detect an overflow, so the calling program can tell when it has an incorrect value?