summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* MFH for bug #14??? (pow() thing)Derick Rethans2001-12-161-1/+1
* Lets cast this explicitly.James Moore2001-11-131-1/+1
* MFHStanislav Malyshev2001-09-041-13/+133
* MFHJeroen van Wolffelaar2001-08-151-21/+12
* It was agreed that log2, exp2 and exp10 shouldn't be added to PHP. log10Jeroen van Wolffelaar2001-08-151-53/+0
* WhitespaceZeev Suraski2001-08-111-30/+30
* Bugfix in abs(), abs(LONG_MIN) was bogusJeroen van Wolffelaar2001-08-051-11/+6
* Check that _php_math_basetolong result fits long (by request from Troels Arvin)Stanislav Malyshev2001-08-051-0/+4
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+2
* Another bugfix in pow. Special cases, with 10 times the same thing areJeroen van Wolffelaar2001-08-041-1/+2
* Kill a warningRasmus Lerdorf2001-08-041-2/+2
* Bugfix. All tests pass now on my systemJeroen van Wolffelaar2001-08-041-0/+8
* - A little bit cleaning of pow(), and 12 bytes less memory (wow)Jeroen van Wolffelaar2001-08-041-12/+14
* #- HTML-safe error for pow()Jeroen van Wolffelaar2001-08-031-2/+2
* - New pow() function. It now gives warnings on wrong input, andJeroen van Wolffelaar2001-08-031-7/+101
* These new math functions are not supported on Win32Frank M. Kromann2001-08-011-0/+11
* - Added a few new math functions from Jesus Castagnetto.Andrei Zmievski2001-08-011-71/+292
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* update my email.Thies C. Arntzen2000-10-291-1/+1
* Making _php_math_longtobase() and _php_math_basetolong() callable from DLL an...Frank M. Kromann2000-10-271-2/+2
* Fix decbinStanislav Malyshev2000-09-171-1/+1
* fix for bug #5672Hartmut Holzgraefe2000-07-301-5/+4
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-1/+1
* Make it possible to specify an empty string as a thousands-seperatorRasmus Lerdorf2000-07-141-3/+5
* Corrected a mispelled word.Egon Schmid2000-07-091-1/+1
* Rename phpmath.h to php_math.h.Sascha Schumann2000-06-131-1/+1
* (php_math_number_format) Simplifying the logic also fixed bugs #4954Andrei Zmievski2000-06-131-10/+3
* Fixed a proto.Egon Schmid2000-06-121-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-25/+25
* Small optimizationZeev Suraski2000-06-021-3/+6
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* (PHP round) Fix proto.Andrei Zmievski2000-05-181-1/+1
* Second parameter is optional.Egon Schmid2000-05-171-1/+1
* Let's cast it.Andrei Zmievski2000-05-171-1/+2
* @- Improved round() to allow specification of rounding precision.Andrei Zmievski2000-05-171-27/+41
* @ Fix bug in number_format (Jon Forsberg)Andi Gutmans2000-04-151-1/+2
* added the other usefull constants besides M_PI from math.hHartmut Holzgraefe2000-04-081-0/+1
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-121-1/+1
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* Only two lines are allowed here.Egon Schmid2000-03-011-1/+0
* round(-0.1) will now return 0 instead of -0Hartmut Holzgraefe2000-03-011-1/+5
* More protos.Egon Schmid2000-02-241-2/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-28/+28
* Optimize a tiny bitEvan Klinger1999-11-221-1/+1
* One typo corrected.Egon Schmid1999-10-171-1/+1
* - Converted math.c to use new convert_to_number_ex() macro.Andi Gutmans1999-10-151-25/+11