]> granicus.if.org Git - php/commit
Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
authorjim winstead <jimw@php.net>
Sat, 5 Jan 2002 03:45:11 +0000 (03:45 +0000)
committerjim winstead <jimw@php.net>
Sat, 5 Jan 2002 03:45:11 +0000 (03:45 +0000)
commit461e1050698f3a6043f4b3330ca59b7cb122605f
treee888dacf7c1448b42c0c43c3efbe4d6f732a3a20
parent4b8f435b2a9d3f981a4c65852bca49faf04ede6f
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.
ext/standard/basic_functions.c
ext/standard/math.c
ext/standard/php_math.h
ext/standard/tests/math/pow.phpt