Jump to: navigation, search

Php asinh

From w3cyberlearnings

Contents

PHP function asinh

This function returns the reverse hyperbolic sine of a number.

Syntax asinh

X is a number.

asinh(X);

Example 1

<?php

echo asinh(1);
echo "<br/>";
echo asinh(1/2);
?>

Output

0.88137358701954
0.4812118250596

Related Links


Navigation
Web
SQL
MISC
References