Constant F128
pub const F128: Type;
Expand description
A 128-bit floating point type represented in the IEEE 754-2008
binary128 interchange format. This corresponds to the :c:type:_Float128
type in most C implementations.
WARNING: f128 support is a work-in-progress and is incomplete