Skip to main content

D38s35

Type Alias D38s35 

Source
pub type D38s35 = D38<35>;
Expand description

Scale alias: D38<35>. 1 LSB = 10^-35. Range ~+/-1.7e3.

Matches SCALE_REF in consts.rs: the math constants pi, tau, e, and golden are stored at this reference scale internally, so at SCALE = 35 they round-trip without precision loss.

§Precision

N/A: constant value, no arithmetic performed.

Aliased Type§

#[repr(transparent)]
pub struct D38s35(pub i128);

Tuple Fields§

§0: i128