doc/source/reference/routines.math.rst
.. currentmodule:: numpy
.. autosummary:: :toctree: generated/
sin cos tan arcsin asin arccos acos arctan atan hypot arctan2 atan2 degrees radians unwrap deg2rad rad2deg
.. autosummary:: :toctree: generated/
sinh cosh tanh arcsinh asinh arccosh acosh arctanh atanh
.. autosummary:: :toctree: generated/
round around rint fix floor ceil trunc
.. autosummary:: :toctree: generated/
prod sum nanprod nansum cumulative_sum cumulative_prod cumprod cumsum nancumprod nancumsum diff ediff1d gradient cross trapezoid
.. autosummary:: :toctree: generated/
exp expm1 exp2 log log10 log2 log1p logaddexp logaddexp2
.. autosummary:: :toctree: generated/
i0 sinc
.. autosummary:: :toctree: generated/
signbit copysign frexp ldexp nextafter spacing
.. autosummary:: :toctree: generated/
lcm gcd
.. autosummary:: :toctree: generated/
add reciprocal positive negative multiply divide power pow subtract true_divide floor_divide float_power
fmod mod modf remainder divmod
.. autosummary:: :toctree: generated/
angle real imag conj conjugate
.. autosummary:: :toctree: generated/
maximum max amax fmax nanmax
minimum min amin fmin nanmin
.. autosummary:: :toctree: generated/
convolve clip
sqrt cbrt square
absolute fabs sign heaviside
nan_to_num real_if_close
interp