We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5b08e commit c5201bdCopy full SHA for c5201bd
electric-operator.el
@@ -1032,6 +1032,7 @@ Also handles C++ lambda capture by reference."
1032
(cons "%*%" " %*% ") ; Matrix product
1033
(cons "%o%" " %o% ") ; Outer product
1034
(cons "%x%" " %x% ") ; Kronecker product
1035
+ (cons "^" "^") ; Exponentiation (https://style.tidyverse.org/syntax.html#infix-operators)
1036
(cons "%in%" " %in% ") ; Matching operator
1037
(cons "~" " ~ ") ; "is modeled by"
1038
(cons ":=" " := ")
0 commit comments