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
Name | Type | Default | Description |
---|---|---|---|
base | number | ||
exponent | number |
Returns
Name | Type | Description |
---|---|---|
out1 | number | Minimum Value |