asinh


Description:

public double asinh (double x)

Returns the inverse hyperbolic sine of x, that is the value whose hyperbolic sine is x.

Note:

Remember to link the math library: valac -X -lm ...

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0