pub type D38s36 = D38<36>;Expand description
Scale alias: D38<36>. 1 LSB = 10^-36. Range ~+/-170.
The math constants (pi, tau, e, golden) are stored at a
35-digit reference. Above SCALE = 35 they are scaled up from that
reference, so trailing digits are zero-extended rather than
meaningfully precise.
§Precision
N/A: constant value, no arithmetic performed.
Aliased Type§
#[repr(transparent)]pub struct D38s36(pub i128);Tuple Fields§
§0: i128