diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2016-08-15 18:21:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 18:21:45 +0200 |
commit | e6a3457011090d6021bc0b4fab09e377384ebc3c (patch) | |
tree | 577092d12d1320f5168556387d5f2b4b5b3aa8f0 /doc/source/reference | |
parent | 2fe4162580940b2c52a9283418d0ffbe8024c2cb (diff) | |
parent | 664b60b8a824d7aecc38ca470f3aa23b65f0ffea (diff) | |
download | numpy-e6a3457011090d6021bc0b4fab09e377384ebc3c.tar.gz |
Merge pull request #7938 from juliantaylor/cbrtdoc
DOC: add cbrt to math summary page
Diffstat (limited to 'doc/source/reference')
-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 |