Module std::std_float

source ·
🔬This is a nightly-only experimental API. (portable_simd #86656)

Traits

  • StdFloatExperimental
    This trait provides a possibly-temporary implementation of float functions that may, in the absence of hardware support, canonicalize to calling an operating system’s math.h dynamically-loaded library (also known as a shared object). As these conditionally require runtime support, they should only appear in binaries built assuming OS support: std.

Functions