py/objfloat: Support raising a negative number to a fractional power.
This returns a complex number, following CPython behaviour. For ports that don't have complex numbers enabled this will raise a ValueError which gives a fail-safe for scripts that were written assuming complex numbers exist.
Showing
Please register or sign in to comment