Table of Contents

Syntax

float asinh(float $val)

(PHP 4 >= 4.07, PHP 5)

$val Value to compute the inverse hyperbolic sine for.
RETURNS Computes the trigonometry function inverse hyperbolic sine for the degree in radians ($val).

What it Does

This function computes the inverse hyperbolic sine for the argument $val which is the degree in radians.

Note: This function is not currently available for PHP on Windows.

Example

// compute the inverse hyperbolic sine for 1.4 radians
echo 'asinh(1.4) = ' . asinh(1.4);
 
asinh.txt · Last modified: 2008/04/18 14:00 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki