Answer Happy
Accurate answers. Every time.
https://answerhappy.com/
Modulus for float could be achieved by?
https://answerhappy.com/viewtopic.php?t=740137
Page
1
of
1
Modulus for float could be achieved by?
Posted:
Wed Jul 13, 2022 7:55 pm
by
answerhappygod
a) a % b
b) modulus(a, b);
c) fmod(a, b);
d) mod(a, b);