Modulo for double or float

Problem: you want to find out the modulo for double or float numbers.

Solution: there are special functions for this. For double number you can use function FMOD and for floats – FMODF.

Komentowanie jest zakończone.