Skip to content

Function call syntax for binary operators

Compare
Choose a tag to compare
@bertiqwerty bertiqwerty released this 22 Dec 15:47
· 35 commits to main since this release

What's Changed

  • Binary function call syntax by @bertiqwerty in #52
  • Added atan2, asinh, atanh, and acosh to default operators.
  • Added fuzzing-tests for Val to pipeline
    • Fixed operator fact vor Val panic on overflow.
    • Fixed wrong error propagation for Val that lead to very large memory and cpu consumption due to false string concatenations.

Full Changelog: v0.18.0...v0.19.0