]> granicus.if.org Git - php/commit
Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() +...
authorKalle Sommer Nielsen <kalle@php.net>
Mon, 5 May 2008 06:28:03 +0000 (06:28 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Mon, 5 May 2008 06:28:03 +0000 (06:28 +0000)
commitf914d50dd6ddde5af6c61207c16b15fe34cc6fba
treecebb1555b626bfc0a31b283c673ccd2ca13cb6a1
parent63349a6a69c5d31eef2ce09b9e925cccc34a9fa7
Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() + removed Windows check on tests

[DOC] Windows support for asinh(), acosh(), atanh(), log1p() and expm1()
12 files changed:
ext/standard/basic_functions.c
ext/standard/math.c
ext/standard/php_math.h
ext/standard/tests/math/acosh_basic.phpt
ext/standard/tests/math/acosh_error.phpt
ext/standard/tests/math/acosh_variation.phpt
ext/standard/tests/math/asinh_basic.phpt
ext/standard/tests/math/asinh_error.phpt
ext/standard/tests/math/asinh_variation.phpt
ext/standard/tests/math/atanh_basic.phpt
ext/standard/tests/math/atanh_error.phpt
ext/standard/tests/math/atanh_variation.phpt