From 31fbcf5a3b094768a2f9d362ada8bc5df7b4754a Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Wed, 9 Sep 2020 16:22:15 -0700 Subject: DOC: add autosummary of emath functions --- numpy/lib/scimath.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'numpy/lib/scimath.py') diff --git a/numpy/lib/scimath.py b/numpy/lib/scimath.py index 555a3d5a8..2b0d38c37 100644 --- a/numpy/lib/scimath.py +++ b/numpy/lib/scimath.py @@ -14,6 +14,22 @@ module provide the mathematically valid answers in the complex plane:: Similarly, `sqrt`, other base logarithms, `power` and trig functions are correctly handled. See their respective docstrings for specific examples. +Functions +--------- + +.. autosummary:: + :toctree: generated/ + + sqrt + log + log2 + logn + log10 + power + arccos + arcsin + arctanh + """ import numpy.core.numeric as nx import numpy.core.numerictypes as nt -- cgit v1.2.1