- Notifications
You must be signed in to change notification settings - Fork5
Commit508a26e
committed
Document the exponentiation operator as associating left to right.
Common mathematical convention is that exponentiation associates right toleft. We aren't going to change the parser for this, but we could noteit in the operator's description. (It's already noted in the operatorprecedence/associativity table, but users might not look there.)Per bug #13829 from Henrik Pauli.1 parent3479b79 commit508a26e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
|
0 commit comments
Comments
(0)