cos inverse dans python numpy

>>> np.arccos([1, -1])
array([ 0.        ,  3.14159265])
Strange Skipper