Module flechasdb::numbers

source ·
Expand description

Provides traits for numbers.

Focuses on floating point numbers so far.

Traits

  • Represents a number that can return an absolute value.
  • Represents a number converted from another primitive type.
  • Represents a number that has positive infinity.
  • Represents a number that has one.
  • Represents a number that can calculate a square root.
  • Represents a number that has zero.