summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/pow.phpt
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* Fixed paths in various tests. In certain conditions usage of partial fileIlia Alshanetsky2003-08-181-1/+1
| | | | | paths results in test failures.
* Added tests for pow()'ing with broken exponents and some additional testSander Roobol2002-03-211-0/+6
| | | | | for count()'ing arrays.
* - Fix tests to work with CLIDerick Rethans2002-03-051-1/+1
| | | | | #- Not totally done, but this makes it a lot better
* Rename finite/isinf/isnan to more standard is_*() names.jim winstead2002-01-091-8/+8
|
* Fixed pow(), and added finite(), isinf(), and isnan(). Also fixedjim winstead2002-01-051-40/+40
| | | | | | | | | | | | 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.
* good grief, positive powers of 0 are well-defined. (code fix coming.)jim winstead2002-01-051-6/+6
|
* Mail should go to php-devDerick Rethans2001-12-161-2/+2
|
* Fix most of these tests - still think there is a bug in the long->floatRasmus Lerdorf2001-11-131-11/+11
| | | | | conversion stuff somewhere
* Make math tests pass, round & co don't work this way, and there was an errorJeroen van Wolffelaar2001-10-221-1/+2
| | | | | in expected output
* Fix the pow-test, it now succeeds on my machineJeroen van Wolffelaar2001-10-051-1/+1
|
* More testsJeroen van Wolffelaar2001-08-051-39/+39
|
* Fix bug in the tests :-(Jeroen van Wolffelaar2001-08-041-9/+17
| | | | | There seems to be one real bug in pow(), I'm trying to fix it...
* Added tests for pow()Jeroen van Wolffelaar2001-08-041-0/+136
#The tests near LONG_MAX/MIN fail, I know that