YouTip LogoYouTip

Func Math Atanh

# PHP atanh() Function [![Image 3: PHP Math Reference](#) PHP Math Reference](#) ## Example Return the inverse hyperbolic tangent of different numbers: <?php echo(atanh(M_PI_4) . "
"); echo(atanh(0.50) . "
"); echo(atanh(-0.50) . "
"); echo(atanh(1) . "
"); echo(atanh(-1)); ?> [Run Example Β»](#) * * * ## Definition and Usage The atanh() function returns the inverse hyperbolic tangent of a number. * * * ## Syntax atanh(_number_); | Parameter | Description | | --- | --- | | _number_ | Required. Specifies a number. | ## Technical Details | Return Value: | The inverse hyperbolic tangent of _number_. | | :--- | | Return Type: | Float | | PHP Version: | 4.1+ | | PHP Changelog: | PHP 5.3: The function is now available on all platforms. | * * PHP Math Reference](#)
← Func Math Base ConvertFunc Ftp Set Option β†’