mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo fix in fmod() docs
--- Provided by Mike Matsco git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332334 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0c6e1aa56b
commit
f2bcd84ddf
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<para>
|
||||
Returns the floating point remainder of dividing the dividend
|
||||
(<parameter>x</parameter>) by the divisor (<parameter>y</parameter>).
|
||||
The reminder (<varname>r</varname>) is defined as: x = i * y + r, for
|
||||
The remainder (<varname>r</varname>) is defined as: x = i * y + r, for
|
||||
some integer <varname>i</varname>. If <parameter>y</parameter> is
|
||||
non-zero, <varname>r</varname> has the same sign as
|
||||
<parameter>x</parameter> and a magnitude less than the magnitude of
|
||||
|
|
Loading…
Reference in a new issue