summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* Implement FR #53457 (number_format must support more than one character forAdam Harvey2010-12-031-1/+2
| | | | | thousands separator).
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-021-0/+17
|
* Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), ↵Kalle Sommer Nielsen2008-05-051-8/+0
| | | | | | | log1p() and expm1() [DOC] Merge_5_3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Added missing API declarations.Ilia Alshanetsky2006-11-101-0/+3
|
* Added missing PHPAPI declarationIlia Alshanetsky2006-11-091-0/+1
|
* MFH: add missing ifdefsAntony Dovgal2006-01-131-1/+2
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* move math_standard_deviation and math_variance to the stats PECL extensionAndrey Hristov2005-05-131-2/+0
|
* rename math_std_dev to math_standard_deviation (the API wasn't publishedAndrey Hristov2005-05-101-1/+1
| | | | | yet)
* add also math_variance() which uses the same calculation as math_std_dev()Andrey Hristov2005-05-021-0/+1
|
* add math_std_dev()Andrey Hristov2005-05-021-0/+1
|
* Fix win32 buildFrank M. Kromann2004-09-211-2/+0
|
* Fixed bug #28508 (Do not make hypot() available if not supported by libc).Ilia Alshanetsky2004-05-241-0/+2
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* * email address changeStig Bakken2003-03-181-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Protect function definitions with #ifdef's tooDerick Rethans2002-10-241-0/+7
|
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Added fmod() functionYasuo Ohgaki2002-02-211-0/+1
| | | | | # Is there any reason that math.c does not use errno?
* Rename finite/isinf/isnan to more standard is_*() names.jim winstead2002-01-091-3/+3
|
* Fixed pow(), and added finite(), isinf(), and isnan(). Also fixedjim winstead2002-01-051-0/+3
| | | | | | | | | | | | pow() tests. @- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim) # Jeroen was on crack, and apparently flunked arithmetic. Names of new # functions subject to change if people get persnickety about them. # (They're currently the same as the underlying C library function # names. Hope nobody forgets to update the tests if they change the # names.) # Oh, and pow() uses the new parameter-passing API now.
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Make _php_math_number_format available from shared extensionsFrank M. Kromann2001-12-031-0/+3
|
* revert bad commit.foobar2001-09-051-0/+6
|
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-6/+0
|
* Remove cbrt also, and mark logm1 and exp1p as expermintalJeroen van Wolffelaar2001-08-151-4/+6
|
* - Added a few new math functions from Jesus Castagnetto.Andrei Zmievski2001-08-011-0/+14
| | | | | | - Converted to Z_* macros. @- Added a few new math functions. (Jesus)
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Added some more predefined constantsJesus M. Castagnetto2000-08-191-0/+16
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* Include <math.h> in php_math.h. This is necessary, because we mightSascha Schumann2000-06-131-0/+1
| | | | | otherwise redefine system macros.
* Rename phpmath.h to php_math.h.Sascha Schumann2000-06-131-0/+123