Module util

Source
Expand description

Helper functions which do not belong to any specific module

Modules§

assertions
Set of functions used throughout assure the correctness of the library.

Structs§

FPA
Wrapper around the float_cmp::approx_eq!() macro for easy comparison of floats with a certain tolerance. Two FPAs are considered equal if they are within a certain tolerance of each other.