Module bracket::helper::comparison[][src]

Expand description

Helpers for numerical comparisons.

Arguments must be numerical values otherwise a type assertion error is returned.

Values are compared as f64.

Structs

Perform an equality comparison.

Perform a numerical greater than comparison.

Perform a numerical greater than or equal comparison.

Perform a numerical less than comparison.

Perform a numerical less than comparison.

Perform a negated equality comparison.