Crate fath

source ·

Traits

  • Defines fast approximate functions for 32-bit floats. Outputs may differ based on platform, so nothing should be checked for equality. This is part of the reason why functions in here are marked as unsafe, because the behavior of these small floating point differences is undefined.
  • Defines exact-valued functions. If a function is marked as unsafe, the value of the function is exact within the listed constraints for safety.