Show minor edits - Show changes to markup
Calculates the value of a number raised to a power. Pow() can be used to raise a number to a fractional power. This is useful for generating exponential mapping of values or curves.
Pow() makes use of the avr-libc library.
Calculates the value of a number raised to a power. Pow() can be used to raise a number to a fractional power. This is useful for generating exponential mapping of values or curves.
See the fscale function in the code library.
See the fscale function in the code library.
See the fscale function in the code library.
Calculates the value of a number raised to a power. Pow() can be used to raise a number to a fractional power. This is useful for generating exponential mapping of values / curves.
Calculates the value of a number raised to a power. Pow() can be used to raise a number to a fractional power. This is useful for generating exponential mapping of values or curves.\\
Calculates the value of a number raised to a power.
Calculates the value of a number raised to a power. Pow() can be used to raise a number to a fractional power. This is useful for generating exponential mapping of values / curves. Pow() makes use of the avr-libc library.
base: the number
exponent: the power to raise it to
base: the number (float)
exponent: the power to which the base is raised (float)
The result of the exponentiation.
The result of the exponentiation (double)
Calculates the value of a number raised to a power.
base: the number
exponent: the power to raise it to
The result of the exponentiation.