|
fmodReturns the floating point remainder (modulo) of the division of the arguments Description
float fmod(float
$num1, float $num2)
Returns the floating point remainder of dividing the dividend
( Parameters
Return Values
The floating point remainder of
Examples
Example #1 Using fmod |