On Sat, 15 Jul 2017, 13:49 Christian Heimes, <christ...@python.org> wrote:

> @ is an actual operator in Python. It was added in Python 3.5 as infix
> matrix multiplication operator, e.g.
>
>    m3 = m1 @ m2
>

TIL

The operator is defined in PEP 465,
> https://www.python.org/dev/peps/pep-0465/


Perhaps it should also be listed at
https://docs.python.org/3.6/genindex-Symbols.html
-- 

--
Matt Wheeler
http://funkyh.at
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to