Skip to main content
Version: Streamsheets 2.5

POWER

Evaluates the value of base to the power of exponent.

Syntax

=POWER(Value, Exponent)

Arguments

NameDescription
ValueValue to use for base.
ExponentExponent to use

Return

Value of base to the power of exponent.

Examples

FormulaResultComment
=POWER(2, 3)
8