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