functions-online

fmod

说明

返回被除数($x)除以除数($y)所得的浮点数余数。余数(r)的定义是:x = i * y + r,其中 i 是整数。如果 $y 是非零值,则 r 和 $x 的符号相同并且其数量值小于 $y。

申报 fmod

float fmod ( float $x , float $y )

在线测试的 fmod







share fmod

注释 fmod

注释 fmod

+

Leave your comment