tanhf


Description:

public float tanhf (float 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