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 20d8f52 commit 00e10d5Copy full SHA for 00e10d5
doc/Language/terms.pod
@@ -137,10 +137,17 @@ Returns an L<Int> representing the current time.
137
138
Returns a pseudo-random L<Num> in the range C<0..^1>.
139
140
+=head2 term π
141
=head2 term pi
142
-Returns the number C<pi>, i.e. the ratio between circumference and diameter
143
-of a circle.
+Returns the number C<π>, i.e. the ratio between circumference and diameter
144
+of a circle. C<pi> is the Texas (ASCII) equivalent of C<π>.
145
+
146
+=head2 term τ
147
+=head2 term tau
148
149
+Returns the number C<τ>, i.e. the ratio between circumference and radius
150
+of a circle. C<tau> is the Texas (ASCII) equivalent of C<τ>.
151
152
=head2 term e
153
0 commit comments