a = np.array([-40, -20, -30])
I want to calculate exponents about a.
My code is a**0.5
but I got the result.
array([nan, nan, nan])
I want to