<pow>

An exponential math function that calculates a base raised to the power of an exponent. It's useful for creating non-linear scales (like font sizes or spacing).

Quick example

:root {
  /* Calculates 2 to the power of 3 (which is 8) */
  --scale-factor: pow(2, 3);
  --size: calc(var(--scale-factor) * 1rem);
}

<pow> Browser Support

Widely availableSince 202388% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2023.

Safe to use without fallbacks.

120+
118+
15.4+
120+
ESC