pub const BASE_10_PREC: usize = 38;
The precision of floating point numbers when converted to base 10. Calculated by log(2^PREC).
log(2^PREC)