tanh


Description:

public double tanh (double x)

returns the hyperbolic tangent of x.

Note:

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

tanh(x) = sinh(x) / cosh(x)


Namespace: GLib.Math
Package: glib-2.0