Is there any logic to which functions in numpy are available as x.fn() and which ones are only available as np.fn(x)?

Comments