Function fmodf16

Source
pub fn fmodf16(x: f16, y: f16) -> f16
Expand description

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