DiGrande.it

Blind, Braille and Embossing Technologies

This site uses cookies to personalize content and ads, provide social media features and analyze links. By closing this banner or continuing to browse, you consent to their use.
Read the DiGrande.it Cookie Policy

Pow- Returns number elevated to power

Function that returns the power of number elevated to any exponent.

- Pow(N,E): float

Parameters:

- (float) N: basic number;

- (float) E: exponent number.

Description:

Use the Pow function to raise a number to power. The Pow function is the reverse of the Root function, which derives the root of a number.