Releases: jacobwilliams/fortran_function_parser
Releases · jacobwilliams/fortran_function_parser
1.1.0
- Added support for functions with zero or >1 arguments.
- Added new functions:
pi
,ceil
,floor
,gamma
,hypot
,max
,min
,modulo
,mod
, andsign
. - Added
if
function. Syntax isif(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
- 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
Initial release