coshf


Description:

public float coshf (float x)

Returns the hyperbolic cosine of x.

Note:

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

 cosh(x) = (exp(x) + exp(-x / 2))


Namespace: GLib.Math
Package: glib-2.0