Skip to content

What's New in v1.04

Compare
Choose a tag to compare
@macthomasengineering macthomasengineering released this 10 Oct 18:54
· 17 commits to master since this release
  • Added trig functions: acos(), acosd(), asin(), asind(), atan(), atand(), cos(), cosd(), sin(), sind(), tan(), tand()
  • Added ceil(), floor, and round()
  • Added support for variable assignments in expressions.
  • Replaced FindInternalFunc() case statement with a lookup table.