Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sparate π/pi τ/au for better per-term files
  • Loading branch information
gfldex committed Jul 14, 2016
1 parent a3c7c99 commit cd56814
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/Language/terms.pod6
Expand Up @@ -138,12 +138,20 @@ Returns the current POSIX time as an L<Int>.
Returns a pseudo-random L<Num> in the range C<0..^1>.
=head2 term π
Returns the number C<π>, i.e., the ratio between circumference and diameter
of a circle. The Texas (ASCII) equivalent of C<π> is C<Pi>.
=head2 term pi
Returns the number C<π>, i.e., the ratio between circumference and diameter
of a circle. C<pi> is the Texas (ASCII) equivalent of C<π>.
=head2 term τ
Returns the number C<τ>, i.e., the ratio between circumference and radius
of a circle. The Texas (ASCII) equivalent of C<τ> is C<tau>.
=head2 term tau
Returns the number C<τ>, i.e., the ratio between circumference and radius
Expand Down

0 comments on commit cd56814

Please sign in to comment.