summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.math.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/routines.math.rst')
-rw-r--r--doc/source/reference/routines.math.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/reference/routines.math.rst b/doc/source/reference/routines.math.rst
index 35771cc9c..4cc8719fb 100644
--- a/doc/source/reference/routines.math.rst
+++ b/doc/source/reference/routines.math.rst
@@ -39,6 +39,7 @@ Rounding
.. autosummary::
:toctree: generated/
+ round
around
rint
fix
@@ -148,13 +149,15 @@ Extrema Finding
:toctree: generated/
maximum
- fmax
+ max
amax
+ fmax
nanmax
minimum
- fmin
+ min
amin
+ fmin
nanmin