summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* Fix test fails: ext/standard/tests/general_functions/bug27678.phptReeze Xia2012-07-171-0/+4
* Fix bug #62112: number_format() is not binary safeGustavo André dos Santos Lopes2012-05-231-2/+18
* fix stack overflow in php_intlog10abs()Nuno Lopes2012-05-111-2/+2
* - Year++Felipe Pena2012-01-011-1/+1
* - Reverted r301991, which is a (partial) fix to bug #52550, addressing anGustavo André dos Santos Lopes2011-06-121-5/+17
* MFH: Fixed comilation on x86_64Stanislav Malyshev2011-05-271-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Implement FR #53457 (number_format must support more than one character forAdam Harvey2010-12-031-17/+20
* Additional fix for bug #52550 & fix test & warning from previous fixesIlia Alshanetsky2010-08-081-1/+7
* - Fix buildFelipe Pena2010-08-061-1/+1
* WSIlia Alshanetsky2010-08-061-3/+3
* Another fix for issue indentified in bug #52550Ilia Alshanetsky2010-08-061-1/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-9/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-021-47/+164
* Fixed bug #42294 (Unified solution for round() based on C99 round)Ilia Alshanetsky2008-10-291-20/+54
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* Fix buildMatt Wilmas2008-05-081-1/+1
* * Changed php_*h() to be staticKalle Sommer Nielsen2008-05-061-5/+5
* - Fixed build.Derick Rethans2008-05-051-1/+1
* Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), lo...Kalle Sommer Nielsen2008-05-051-17/+66
* New parameter parsing [DOC]Felipe Pena2008-02-211-245/+158
* ws->tab fixesAntony Dovgal2008-02-211-6/+5
* Fixing 44092Zoe Slattery2008-02-121-7/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Simplify codeIlia Alshanetsky2007-05-231-9/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
* Fixed bug #39873 (number_format() breaks with locale & decimal points).Ilia Alshanetsky2006-12-221-1/+5
* MFH:Hannes Magnusson2006-08-271-4/+0
* - MFH Fixed Bug #29538 number_format and problem with 0Marcus Boerger2006-07-161-18/+19
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33917 (number_format() output with > 1 char separators)foobar2005-07-291-2/+2
* move math_standard_deviation and math_variance to the stats PECL extensionAndrey Hristov2005-05-131-76/+0
* rename math_std_dev to math_standard_deviation (the API wasn't publishedAndrey Hristov2005-05-101-2/+2
* ws + cs + proto fixesfoobar2005-05-071-90/+46
* update protosAndrey Hristov2005-05-071-2/+2
* fix protofoobar2005-05-051-1/+1
* fixed div by zeroAndrey Hristov2005-05-021-0/+8
* add possibility to calculate the standard deviation and the varianceAndrey Hristov2005-05-021-7/+15
* add also math_variance() which uses the same calculation as math_std_dev()Andrey Hristov2005-05-021-13/+36
* fix division by zero. throw an warning if the array is empty.Andrey Hristov2005-05-021-0/+4
* add math_std_dev()Andrey Hristov2005-05-021-0/+34
* Fixed bug #28228 (NULL decimal separator is not being handled correctly).Ilia Alshanetsky2004-12-141-10/+15
* Enable hypot for allWez Furlong2004-09-201-2/+7
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-3/+3
* hypot() is not experimental.Ilia Alshanetsky2004-06-101-5/+0