asinh

View page source

The Inverse Hyperbolic Sine Function: asinh

Syntax

y = asinh ( x )

Description

The inverse hyperbolic sine function is defined by x == sinh ( y ) .

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Example

The file asinh.cpp contains an example and test of this function.