Skip to main content

Double

Type Alias Double 

Source
pub type Double = IeeeFloat<DoubleS>;
Expand description

IEEE binary64 double-precision (64-bit) floating point number.

Aliased Typeยง

pub struct Double { /* private fields */ }