Skip to content

2.2.3

Compare
Choose a tag to compare
@AntonovAnton AntonovAnton released this 14 Oct 13:49
· 2 commits to main since this release
69878e0

Improvements:

  1. The handling of the sign for the components of the complex number has been enhanced to account for cases such as zero, etc. #74
  2. Added benchmarks for complex numbers. #74
  3. Added support of the IIF function to the Programming Math Context (ProgrammingMathContext class). Conditional operation: IIF(condition, valueIfTrue, valueIfFalse), where the valueIfTrue and valueIfFalse arguments are optional. #74