Constant DECIMAL64

Source
pub const DECIMAL64: u8 = 2;
Expand description

When the precision of add/subtract/multiply result is not greater than DECIMAL64_MAX_PRECISION, use DECIMAL64.

OSZAR »