Files
mgmt/examples/lang/math2.mcl
James Shubin df1e50e599 lang: funcs: Add math pow function and a few examples
Just a few small things I think should be committed.
2018-02-25 19:48:25 -05:00

4 lines
72 B
Plaintext

print "print0" {
msg => printf("13.0 ^ 4.2 is: %f", pow(13.0, 4.2)),
}