Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b3e8fc

Browse files
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 parentaba8240 commit3b3e8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505

506506
<row>
507507
<entry> <literal>^</literal> </entry>
508-
<entry>exponentiation</entry>
508+
<entry>exponentiation (associates left to right)</entry>
509509
<entry><literal>2.0 ^ 3.0</literal></entry>
510510
<entry><literal>8</literal></entry>
511511
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp