Type Alias DecDouble

Source
pub type DecDouble = Fp<u64, true, 13, 16, 34, 10>;
Expand description

Decimal double-precision floating-point format, known as decimal64

Aliased Typeยง

pub struct DecDouble(/* private fields */);