Date: 10/25/02
- Next message: Jesus M. Castagnetto: "[PHP-DOC] cvs: phpdoc /en/reference/math/functions fmod.xml"
- Previous message: Jesus M. Castagnetto: "[PHP-DOC] cvs: phpdoc /en/reference/math/functions fmod.xml"
- In reply to: leon <email protected>: "[PHP-DOC] #20092 [NEW]: fmod missing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 20092
Updated by: jmcastagnetto <email protected>
Reported By: leon <email protected>
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: 4.3.0-pre1
New Comment:
This bug has been fixed in CVS.
In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
Thank you for the report, and for helping us make PHP better.
Added documentation
Previous Comments:
------------------------------------------------------------------------
[2002-10-25 12:37:56] leon <email protected>
Please add a description of fmod() to the documentation.
float fmod(float x, float y)
Returns the remainder of dividing x by y as a float
<?
//print 1.05
print(fmod(15.45, 7.2));
?>
------------------------------------------------------------------------
-- Edit this bug report at http://bugs.php.net/?id=20092&edit=1-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jesus M. Castagnetto: "[PHP-DOC] cvs: phpdoc /en/reference/math/functions fmod.xml"
- Previous message: Jesus M. Castagnetto: "[PHP-DOC] cvs: phpdoc /en/reference/math/functions fmod.xml"
- In reply to: leon <email protected>: "[PHP-DOC] #20092 [NEW]: fmod missing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

