diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-08-29 12:35:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 12:35:53 -0500 |
commit | b50b1248593ad1fd421c0a6c60f25bd3dd9e5127 (patch) | |
tree | f8a1ecd5309b96088110ba701ea113584b54114f | |
parent | 6ee295ad41e23ce50e265f402d44db8742f231b1 (diff) | |
parent | 72c79b71e8dd68fff3c088e3d28e854ee43ba0f1 (diff) | |
download | numpy-b50b1248593ad1fd421c0a6c60f25bd3dd9e5127.tar.gz |
Merge pull request #7988 from MSeifert04/include_cbrt_documentation
DOC: Include docstring for cbrt, spacing and fabs in documentation
-rw-r--r-- | doc/source/reference/ufuncs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst index 8faf97c4f..7f38135e9 100644 --- a/doc/source/reference/ufuncs.rst +++ b/doc/source/reference/ufuncs.rst @@ -508,6 +508,7 @@ Math operations mod fmod absolute + fabs rint sign conj @@ -520,6 +521,7 @@ Math operations log1p sqrt square + cbrt reciprocal .. tip:: @@ -651,9 +653,11 @@ single operation. isfinite isinf isnan + fabs signbit copysign nextafter + spacing modf ldexp frexp |