php-src/ext/standard/tests/math
jim winstead 461e105069 Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
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.
2002-01-05 03:45:11 +00:00
..
abs.phpt Make math tests pass, round & co don't work this way, and there was an error 2001-10-22 09:44:27 +00:00
floorceil.phpt - Add test for floor and ceil 2001-12-22 11:52:56 +00:00
pow.phpt Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed 2002-01-05 03:45:11 +00:00
round.phpt Make math tests pass, round & co don't work this way, and there was an error 2001-10-22 09:44:27 +00:00