public static int main (string[] args) { // Output: ``10^2 = pow10f (2.0f) = 100.000000f`` float res = Math.pow10f (2.0f); print ("10^2 = pow10f (2.0f) = %lff\n", res); return 0;}
valac --pkg glib-2.0 -X -lm GLib.Math.pow10f.vala