BASE_10_PREC

Constant BASE_10_PREC 

Source
pub const BASE_10_PREC: usize = 38;
Expand description

The precision of floating point numbers when converted to base 10. Calculated by log(2^PREC).