English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Theasinh()
The function returns the inverse hyperbolic sine of a number.
asinh(num)
num-the number to be specified.
Theasinh()
The function returns the inverse hyperbolic sine of a number.
<?php echo(asinh(1) . "<br>"); echo(asinh(1.75) . "<br>"); ?>
Output Result
0.88137358701954<br>1.3258977669011<br>