SNEX pow with float/double exponent returns NaN
-
@Christoph-Hart Strange, the pow function seems to be accepting decimal exponents and is well overloaded, but still it returns a NaN while in Hise script it works as expected...
-
@ustk Got my answer, my base is negative which is apparently not possible... But it works when tracing in Desmos Graph
-
If base is finite and negative and exp is finite and non-integer, a domain error occurs and a range error may occur.
And a range error has occured. :)
-
@Christoph-Hart I hate when mathematics don't bend to my will...