summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #28508 (Do not make hypot() available if not supported by libc).Ilia Alshanetsky2004-05-241-2/+2
* Fixed bug #28228 (number_format() does not allow empty decimal separator).Ilia Alshanetsky2004-04-301-1/+8
* Nuke unused varsArd Biesheuvel2004-03-101-2/+0
* Don't use fp arithmetic for int resultsArd Biesheuvel2004-03-101-12/+29
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed Bug #25694 (round() and number_format() give inconsistent results).Ilia Alshanetsky2003-11-181-10/+17
* fix format stringsSascha Schumann2003-08-281-2/+2
* Bugfix #24142, part 2Marcus Boerger2003-08-091-1/+7
* Avoid a round() bug that occurs due to over optimization of C code by gcc.Ilia Alshanetsky2003-08-081-2/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* * email address changeStig Bakken2003-03-181-1/+1
* Fixed bug #21648Edin Kadribasic2003-01-161-1/+1
* Fix the number format fix when the number of decimal places is 0.Wez Furlong2003-01-101-8/+15
* Fix Bug #21523 - number_format could cause a memory allocation for aWez Furlong2003-01-091-18/+52
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-4/+8
* fix warningsMarcus Boerger2002-11-121-1/+1
* Switch to using error_docrefJason Greene2002-11-111-1/+1
* Report function name when log() triggers a base warningJason Greene2002-11-111-1/+1
* Add the ability to take the logarithm of any base by adding a base parameterJason Greene2002-11-111-9/+25
* fix compiler warningMarcus Boerger2002-10-241-1/+1
* - If functions are not available on OS, they're not available in PHP.foobar2002-10-241-15/+10
* Make PHP compile out-of-the-box with uClibcSascha Schumann2002-10-241-0/+10
* hopefully silence compile warnings on Solaris related to HUGEVAL beingSterling Hughes2002-10-151-2/+3
* peek at freebsd's libc and fix _php_math_basetozvalSascha Schumann2002-10-041-15/+24
* - argh... this is getting annoyingDerick Rethans2002-09-061-2/+0