Module std_float

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

Macros§

impl_float ðŸ”’ Experimental

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.