SyntaxFix
Write A Post
Hire A Developer
Questions
The modulo operator % in C and C++ is defined for two integers, however, there is an fmod() function available for usage with doubles.
%
fmod()