cbrtf


Description:

public float cbrtf (float x)

Returns the (real) cube root of x.

Note:

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

This function cannot fail; every representable real value has a representable real cube root.

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0