exp10


Description:

[ CCode ( feature_test_macro = "_GNU_SOURCE" ) ]
public double exp10 (double x)

Returns the value of 10 raised to the power of x.

Note:

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

Parameters:

x

A numeric value.


Namespace: GLib.Math
Package: glib-2.0