mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-33847: Add '@' operator entry to index (GH-7669)
This commit is contained in:
parent
4fddd4e406
commit
695118600f
2 changed files with 4 additions and 1 deletions
|
@ -1139,7 +1139,9 @@ the other must be a sequence. In the former case, the numbers are converted to a
|
|||
common type and then multiplied together. In the latter case, sequence
|
||||
repetition is performed; a negative repetition factor yields an empty sequence.
|
||||
|
||||
.. index:: single: matrix multiplication
|
||||
.. index::
|
||||
single: matrix multiplication
|
||||
operator: @
|
||||
|
||||
The ``@`` (at) operator is intended to be used for matrix multiplication. No
|
||||
builtin Python types implement this operator.
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add '@' operator entry to index.
|
Loading…
Add table
Add a link
Reference in a new issue