summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagxmlrpc_epi_0_51_merge_ptSVN Migration2002-07-051-1075/+0
* ZTS fix.Edin Kadribasic2002-06-181-2/+2
* Check for +/- infinity in base_convert (bug #14807).Edin Kadribasic2002-06-181-0/+7
* - Fix for bug #14966Derick Rethans2002-04-011-1/+1
* Fix thread-safe build.Sebastian Bergmann2002-03-111-2/+2
* handle numeric strings. this means we're less picky about the argumentjim winstead2002-03-101-7/+4
* php has no 'double', only 'float'Hartmut Holzgraefe2002-03-021-8/+8
* Maintain headers.Sebastian Bergmann2002-02-281-3/+3
* Added fmod() functionYasuo Ohgaki2002-02-211-0/+15
* These are now defined in zend_config.w32.h.Jon Parise2002-01-281-5/+0
* zend_isinf() is already defined in Zend/zend_config.w32.h for Win32.Jon Parise2002-01-271-1/+0
* Use the zend_* versions of finite(), isinf(), and isnan(), as definedJon Parise2002-01-271-7/+7
* Rename finite/isinf/isnan to more standard is_*() names.jim winstead2002-01-091-6/+6
* Fix the Win32 compile.jim winstead2002-01-051-0/+6
* Fixed some protos.Egon Schmid2002-01-051-30/+25
* Apparently multi_convert_to_double_ex() didn't quite do what Ijim winstead2002-01-051-3/+4
* Fixed pow(), and added finite(), isinf(), and isnan(). Also fixedjim winstead2002-01-051-96/+65
* - Let ceil also return a float in every caseDerick Rethans2001-12-221-1/+2
* - Fix for bug #14646, floor() always returns a float now.Derick Rethans2001-12-211-2/+2
* - Fix for bug #14544, bogus warning in pow()Derick Rethans2001-12-161-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Make _php_math_number_format available from shared extensionsFrank M. Kromann2001-12-031-4/+1
* 5th and probably/hopefully last run of conv_z_macrosJeroen van Wolffelaar2001-09-261-1/+1
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-27/+27
* Rework some string-to-number and vice-versa functions to work smarterSascha Schumann2001-09-201-66/+38
* quickly fix newly introdued off-by-oneSascha Schumann2001-09-191-1/+1
* Rewrite _php_match_basetozval to need only one multiplicationSascha Schumann2001-09-191-31/+27
* another attempt at fixing compile warnings...Sterling Hughes2001-09-181-3/+3
* hopefully fix win32 compile warningsSterling Hughes2001-09-181-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Add _php_math_zvaltobase and _php_math_basetozvalStanislav Malyshev2001-09-031-13/+133
* Remove cbrt also, and mark logm1 and exp1p as expermintalJeroen van Wolffelaar2001-08-151-21/+12
* MF407Jeroen 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