sinh


Description:

public double sinh (double x)

Returns the hyperbolic sine of x.

Note:

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

 sinh(x) = (exp(x) - exp(-x / 2))


Namespace: GLib.Math
Package: glib-2.0