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