Contents

Safe Power

Raises the incoming value to an exponent and assigns the sign of the base to the output.

Overview

Safepow(X,Y) = sign(x) * pow(abs(x), y)

Parameter Types

Discussion

The output of this node is represented by the equation safepow(x,y) = sign(x) * pow(abs(x), y).

See Also

Nodes