Skip to content

v4.4.0

Latest
Compare
Choose a tag to compare
@BLM16 BLM16 released this 16 Sep 04:06
· 1 commit to master since this release

Added function validators to ensure that only valid values are computed. This checks for things such as attempting to compute sqrt(-1) or sin^-1(5) and throws a MathSyntaxException.