diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2016-08-15 18:17:21 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2016-08-15 18:21:01 +0200 |
commit | 664b60b8a824d7aecc38ca470f3aa23b65f0ffea (patch) | |
tree | 0a2650c4dcf7e9804fd2ef2acb10d99bf50ae686 | |
parent | 31a95d903f8775a5781c8879959b2dc2e8827365 (diff) | |
download | numpy-664b60b8a824d7aecc38ca470f3aa23b65f0ffea.tar.gz |
DOC: add cbrt to math summary page
[ci skip]
-rw-r--r-- | doc/source/reference/routines.math.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.math.rst b/doc/source/reference/routines.math.rst index 5cb1e0eec..a597582d5 100644 --- a/doc/source/reference/routines.math.rst +++ b/doc/source/reference/routines.math.rst @@ -139,6 +139,7 @@ Miscellaneous clip sqrt + cbrt square absolute |