mathPow

Category: Mathematics

Syntax:

mathPow:Double(base:Double, exponent:Double)


Parameters

Returns

Double



Summary

Raises a base to a power (exponentiation).

Takes base (base number), exponent (power to raise to).

Returns base^exponent.

View detailed documentation online



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn