Run »
×
Change Orientation
import numpy as np if type(np.add) == np.ufunc: print('add is ufunc') else: print('add is not ufunc')
add is ufunc
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit