diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-21 11:44:41 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-21 11:44:41 +0000 |
commit | 15daf9928819f213c331c8fd6fe4412be703b8bd (patch) | |
tree | d9bf95db2e6d101c36b2995d3e2d2a0258753c9c /ext/standard/php_math.h | |
parent | be1b9927e57db4184cfa0fd2a48466a41df37ea7 (diff) | |
download | php-git-15daf9928819f213c331c8fd6fe4412be703b8bd.tar.gz |
Added fmod() function
# Is there any reason that math.c does not use errno?
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 496ccf1b80..ceb6a0b09e 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -58,6 +58,7 @@ PHP_FUNCTION(hexdec); PHP_FUNCTION(octdec); PHP_FUNCTION(base_convert); PHP_FUNCTION(number_format); +PHP_FUNCTION(fmod); PHP_FUNCTION(deg2rad); PHP_FUNCTION(rad2deg); |