HUGO
News Docs Themes Community GitHub

math.Pow

Returns the first number raised to the power of the second number.

Syntax

math.Pow VALUE1 VALUE2

Returns

float64

Alias

pow
{{ math.Pow 2 3 }} → 8

Last updated: January 1, 0001
Improve this page