Exponent

 
 
 

Categories

  • Math > Basic

Description

Outputs the result of the exponentiation operation of the input base raised to the input power.

An exponentiation operation is the inverse of a logarithm operation.

Ports

Inputs

Power

The power to raise the base value to.

Base

The base value to raise.

Outputs

Result

The result of the exponentiation operation.

Valid

Returns false if the result of the exponentiation operation is undefined for the input values; otherwise, returns true.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License