Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd59241

Browse files
committed
add matrix multiplication operator to correct lists (closes #22142)
1 parent b40cf1f commit bd59241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/reference/lexical_analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Operators
689689

690690
The following tokens are operators::
691691

692-
+ - * ** / // %
692+
+ - * ** / // % @
693693
<< >> & | ^ ~
694694
< > <= >= == !=
695695

@@ -705,7 +705,7 @@ The following tokens serve as delimiters in the grammar::
705705

706706
( ) [ ] { }
707707
, : . ; @ = ->
708-
+= -= *= /= //= %=
708+
+= -= *= /= //= %= @=
709709
&= |= ^= >>= <<= **=
710710

711711
The period can also occur in floating-point and imaginary literals. A sequence

0 commit comments

Comments
 (0)