Skip to main content
Version: Streamsheets 3.0

POWER

Evaluates the value of base to the power of exponent.

Syntax

=POWER(Value, Exponent)

Arguments

NameTypeDescription
ValueNumberValue to use for base.
ExponentNumberExponent to use

Return

TypeDescription
NumberValue of base to the power of exponent.

Examples

FormulaResultComment
=POWER(2, 3)
8