Skip to main content

SCALE

Constant SCALE 

Source
pub const SCALE: u128 = 1_000_000_000_000u128;
Expand description

Standard fixed-point scale factor: 1e12.

All unsigned fixed-point values are integers representing value * SCALE.