Category: Mathematics
Syntax:
mathPow:Double(base:Double, exponent:Double)
Double
Raises a base to a power (exponentiation).
Takes base (base number), exponent (power to raise to).
Returns base^exponent.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn