Expand description
Float Predicates
This module contains predicates specific to string handling.
Structs§
- IsClose
Predicate float-cmp
- Predicate that ensures two numbers are “close” enough, understanding that rounding errors occur.
Functions§
- is_
close float-cmp
- Create a new
Predicate
that ensures two numbers are “close” enough, understanding that rounding errors occur.