pub type ComplexNative64StrictFinite = ComplexValidated<Native64StrictFinite>;
Expand description
A validated complex number that guarantees its inner f64
parts are finite.
This is a type alias for ComplexValidated<Native64StrictFinite>
.
It is the standard, safe-to-use validated complex number type for the native f64
kernel.
It ensures that both the real and imaginary components are finite values.
Aliased Typeยง
pub struct ComplexNative64StrictFinite { /* private fields */ }