pub fn fmodf128(x: f128, y: f128) -> f128
Calculate the remainder of x / y, the precise result of x - trunc(x / y) * y.
x / y
x - trunc(x / y) * y