Module math
Expand description
Math-related functions and traits like ApproxEq
.
Macros§
- assert_
eq_ approx - Asserts that two values are approximately equal
- assert_
ne_ approx - Asserts that two values are not approximately equal, using the provided
func
for equality checking.