pub type DecDouble = Fp<u64, true, 13, 16, 34, 10>;
Decimal double-precision floating-point format, known as decimal64
pub struct DecDouble(/* private fields */);