Skip to main content
FLO.W 思流Notion Formulas
Back to function index

pow

A quick reference for the Notion pow function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionpow()
CategoryNumber and math
Syntaxpow(a, b)
PurposePower operation
Return valueNumber

Official example of the pow function in the Notion formula editor

Examples and notes

pow(2, 3)

Calculate a square:

pow(prop("Side Length"), 2)

Calculate compound growth:

pow(1 + prop("Annual Rate"), prop("Years"))

pow() works well for powers, squares, and growth multiples.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on