Development information
Returns the number of arguments treated as inputs.
Examples
>>> import dpnp as np >>> np.add.nin 2 >>> np.multiply.nin 2 >>> np.power.nin 2 >>> np.exp.nin 1