Module float

Source
Expand description

Float Predicates

This module contains predicates specific to string handling.

Structs§

IsClosePredicate
Predicate that ensures two numbers are “close” enough, understanding that rounding errors occur.

Functions§

is_close
Create a new Predicate that ensures two numbers are “close” enough, understanding that rounding errors occur.