Function fmodf128

Source
pub fn fmodf128(x: f128, y: f128) -> f128
Expand description

Calculate the remainder of x / y, the precise result of x - trunc(x / y) * y.