asinh():inverse hyperbolic sine

<?Php
echo asinh(5); // Output 2.3124383412728
echo "<br>";
echo asinh(1.5); // Output 1.1947632172871
echo "<br>";
echo asinh(0); // Output 0
echo "<br>";
echo asinh(2); // Output 1.4436354751788
echo "<br>";
echo asinh(-2); // Output -1.4436354751788
echo "<br>";
echo asinh(-3); // Output -1.8184464592321
echo "<br>";
echo asinh(-10); // Output -2.998222950298
echo "<br>";
echo asinh(-20.4); // Output -3.7092822713042
?>
Syntax
asinh(float X);
X is the input value

DEMO of asinh()

Output : Not a valid data
Enter data

Questions

MIN() function
Math Functions
Subscribe to our YouTube Channel here


Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com







    Post your comments , suggestion , error , requirements etc here





    PHP video Tutorials
    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer