Skip to content

Releases: jacobwilliams/fortran_function_parser

1.1.0

05 Jun 03:19
3967575
Compare
Choose a tag to compare
  • Added support for functions with zero or >1 arguments.
  • Added new functions: pi, ceil, floor, gamma, hypot, max, min, modulo, mod, and sign.
  • Added if function. Syntax is if(expression, value if true, value if false), where false = 0.0 and true is any other real value.
  • Now allowed to have variables with the same name as built in functions.
  • Fixed a crash when parsing some expressions with syntax errors.
  • Updates to the tests.

1.0.1

15 May 13:44
a7459c4
Compare
Choose a tag to compare
  • Fixed a bug where an invalid expression could cause a crash
  • Added more unit tests to the CI
  • Updates to the readme

1.0.0

15 May 02:34
8fb9883
Compare
Choose a tag to compare

Initial release