]> granicus.if.org Git - php/commitdiff
add atanh() for real
authorAntony Dovgal <tony2001@php.net>
Mon, 5 May 2008 11:28:11 +0000 (11:28 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 5 May 2008 11:28:11 +0000 (11:28 +0000)
ext/standard/basic_functions.c

index c85aef1cd9493a1e45319871efce58842e37722d..f5ddeab8278160fdb286e20291b216c829991463 100644 (file)
@@ -3277,6 +3277,7 @@ const zend_function_entry basic_functions[] = { /* {{{ */
        PHP_FE(asin,                                                                                                                    arginfo_asin)
        PHP_FE(acos,                                                                                                                    arginfo_acos)
        PHP_FE(atan,                                                                                                                    arginfo_atan)
+       PHP_FE(atanh,                                                                                                                   arginfo_atanh)
        PHP_FE(atan2,                                                                                                                   arginfo_atan2)
        PHP_FE(sinh,                                                                                                                    arginfo_sinh)
        PHP_FE(cosh,                                                                                                                    arginfo_cosh)