INT_PRECISION

Constant INT_PRECISION 

Source
pub const INT_PRECISION: u32 = 136;
Expand description

Maximum number of significant bits to use for integer values.

Values exceeding this are hard errors. This is at least be high enough to compute full products of u64 and i64.