Crate float

Source
Expand description

Traits for generic floats in game programming

Traitsยง

  • Casts into another type.
  • Convenience trait for floats.
  • Trait for converting from different numeric types
  • Maximum value.
  • Minimum value.
  • Number 1.
  • Floating number power.
  • Useful constants for radians.
  • The sign of the number.
  • Square root.
  • Basic trigonometry functions
  • Number 0.