From 0a079b01f29919a66d4ea89767663bd875c6c1cc Mon Sep 17 00:00:00 2001 From: endolith Date: Sun, 19 May 2013 21:50:35 -0400 Subject: DOC: add fmax/fmin to ufuncs list and math routines list --- doc/source/reference/routines.math.rst | 2 ++ doc/source/reference/ufuncs.rst | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'doc/source/reference') diff --git a/doc/source/reference/routines.math.rst b/doc/source/reference/routines.math.rst index 7ce77c24d..0e7a60b76 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -143,6 +143,8 @@ Miscellaneous sign maximum minimum + fmax + fmin nan_to_num real_if_close diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst index dcd4ae6d0..2154bca37 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -604,6 +604,10 @@ Comparison functions ``a > b`` and uses it to return either `a` or `b` (as a whole). A similar difference exists between ``minimum(a, b)`` and ``min(a, b)``. +.. autosummary:: + + fmax + fmin Floating functions ------------------ -- cgit v1.2.1