pub fn f64_to_fixed_i128(value: f64, precision: u8) -> i128
Converts an f64 value to a raw fixed-point i128 representation with a specified precision.
f64
i128
Panics if precision exceeds FIXED_PRECISION.
precision
FIXED_PRECISION