Skip to main content
Log in

Mojo module

numerics

Defines utilities to work with numeric types.

You can import these APIs from the utils package. For example:

from utils.numerics import FPUtils
from utils.numerics import FPUtils

Structs​

  • ​FlushDenormals: Flushes and denormals are set to zero within the context and the state is restored to the prior value on exit.
  • ​FPUtils: Collection of utility functions for working with FP values.

Functions​

Was this page helpful?