Codebox Operators safepow

safepow

First input is raised to the power of the second input. Safely uses fixnan for the case of a negative base and a non-integer exponent.

safepow(base, exponent): out1

Arguments:

Arguments

NameTypeDefaultDescription
basenumber
exponentnumber

Returns

NameTypeDescription
out1number

Minimum Value