Expand description
Utility code for writing tests.
Functionsยง
- almost_
eq - Check two floating point values are approximately equal
- almost_
eq_ delta - Check two floating point values are approximately equal using some given delta (a fraction of the inputs)
- assert_
almost_ eq - Assert two floating point values are approximately equal
- assert_
almost_ eq_ delta - Assert two floating point values are approximately equal using some given delta (a fraction of the inputs)