Module core::f64[src]

Operations and constants for 64-bits floats (f64 type)

Primitive Types

f64

Operations and constants for 64-bits floats (f64 type)

Modules

consts

Various useful constants.

Statics

pub static DIGITS: uint = 15u  
pub static EPSILON: f64 = 2.2204460492503131e-16_f64  
pub static INFINITY: f64 = 1.0_f64/0.0_f64  
pub static MANTISSA_DIGITS: uint = 53u  
pub static MAX_10_EXP: int = 308  
pub static MAX_EXP: int = 1024  
pub static MAX_VALUE: f64 = 1.7976931348623157e+308_f64

Largest finite f64 value

 
pub static MIN_10_EXP: int = -307  
pub static MIN_EXP: int = -1021  
pub static MIN_POS_VALUE: f64 = 2.2250738585072014e-308_f64

Smallest positive, normalized f64 value

 
pub static MIN_VALUE: f64 = -1.7976931348623157e+308_f64

Smallest finite f64 value

 
pub static NAN: f64 = 0.0_f64/0.0_f64  
pub static NEG_INFINITY: f64 = -1.0_f64/0.0_f64  
pub static RADIX: uint = 2u