summaryrefslogtreecommitdiff
path: root/doc/source/reference
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-11-25 11:07:30 -0800
committerGitHub <noreply@github.com>2019-11-25 11:07:30 -0800
commit4de39979cbe26741c01bded893ce0269116c7153 (patch)
tree054f1fcb7af41c4057cda2937e01acb60e4de944 /doc/source/reference
parent9ed9806637297aa3915294ce1ae97184529dbd04 (diff)
parentac757b50edbbdb49cf0c1804d7f6273e16d269a4 (diff)
downloadnumpy-4de39979cbe26741c01bded893ce0269116c7153.tar.gz
Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting
API: Forbid Q<->m safe casting
Diffstat (limited to 'doc/source/reference')
-rw-r--r--doc/source/reference/ufuncs.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/ufuncs.rst b/doc/source/reference/ufuncs.rst
index 0416d6efc..361cf11b9 100644
--- a/doc/source/reference/ufuncs.rst
+++ b/doc/source/reference/ufuncs.rst
@@ -253,9 +253,9 @@ can generate this table for your system with the code given in the Figure.
B - - Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y - Y
H - - - Y Y Y Y - Y Y Y Y Y - Y Y Y Y Y Y Y Y Y Y - Y
I - - - - Y Y Y - - Y Y Y Y - - Y Y - Y Y Y Y Y Y - Y
- L - - - - - - - - - - Y Y Y - - Y Y - Y Y Y Y Y Y - Y
- Q - - - - - - - - - - Y Y Y - - Y Y - Y Y Y Y Y Y - Y
- P - - - - - - - - - - Y Y Y - - Y Y - Y Y Y Y Y Y - Y
+ L - - - - - - - - - - Y Y Y - - Y Y - Y Y Y Y Y Y - -
+ Q - - - - - - - - - - Y Y Y - - Y Y - Y Y Y Y Y Y - -
+ P - - - - - - - - - - Y Y Y - - Y Y - Y Y Y Y Y Y - -
e - - - - - - - - - - - - - Y Y Y Y Y Y Y Y Y Y Y - -
f - - - - - - - - - - - - - - Y Y Y Y Y Y Y Y Y Y - -
d - - - - - - - - - - - - - - - Y Y - Y Y Y Y Y Y - -