Skip to content

Version 1.0.4

Compare
Choose a tag to compare
@65001 65001 released this 15 Apr 20:49
· 139 commits to master since this release
1676870

Bug Fixes

End of string bug involving unary operators.

Fixed arity constant bug

Features

Simplification before and after the shunting yard algorithm.
These simplifications can occasionally return a numerical answer even when there are variables in the equation. These simplifications are not yet perfect and may not always generate mathematically correct code.

Added radian (rad) and degree (deg) functions.