fmodCalculates floating point remainder of x/y | |||||
Arguments
Return valueThe double precision floating point number remainder of x/y is returned.ExplanationThe remainder of x/y is calculated and its value is returned as a double-precision floating point number.NotesThe sign of the return value will be the same as the sign of x. 0 is returned if y is 0. |