Function fmod_fixed64
Source pub fn fmod_fixed64(a: I32F32, b: I32F32) -> I32F32
Expand description
Helper function to calculate the modulo for fixed-point numbers using I32F32.
§Arguments
a: The dividend.
b: The divisor.
§Returns
- An
I32F32 representing the modulo result.