POWER function

From Planfix
Revision as of 02:00, 11 February 2021 by SliZzzZ (talk | contribs)
Jump to: navigation, search

The POWER() function returns the result of raising a number to a power.


Format


POWER('base';'exponent') POWER('base';'exponent') base ^ exponent


Examples:


POWER(2;5) 2^5


POWER({{Task.Subtasks.Record number}});2) Template:Task.Subtasks.Record number^2


Go To