Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved term βˆ… to terms
Also add some codepoint information to some other terms
  • Loading branch information
lizmat committed May 6, 2019
1 parent dd2cf45 commit b89f261
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions doc/Language/terms.pod6
Expand Up @@ -163,8 +163,9 @@ Returns a pseudo-random L<Num|/type/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 ASCII equivalent of C<Ο€> is C<pi>.
Returns the number C<Ο€> at codepoint U+03C0 (GREEK SMALL LETTER PI), i.e.
the ratio between circumference and diameter of a circle. The ASCII equivalent
of C<Ο€> is C<pi>.
=head2 term pi
Expand All @@ -173,17 +174,19 @@ of a circle. C<pi> is the ASCII equivalent of C<Ο€>.
=head2 term Ο„
Returns the number C<Ο„>, i.e., the ratio between circumference and radius
of a circle. The ASCII equivalent of C<Ο„> is C<tau>.
Returns the number C<Ο„> at codepoint U+03C4 (GREEK SMALL LETTER TAU), i.e.
the ratio between circumference and radius of a circle. The ASCII equivalent
of C<Ο„> is C<tau>.
=head2 term tau
Returns the number C<Ο„>, i.e., the ratio between circumference and radius
of a circle. C<tau> is the ASCII equivalent of C<Ο„>.
Returns the number C<Ο„>, i.e. the ratio between circumference and radius of
a circle. C<tau> is the ASCII equivalent of C<Ο„>.
=head2 term 𝑒
Returns Euler's number. The ASCII equivalent of C<𝑒> is C<e>.
Returns Euler's number at codepoint U+1D452 (MATHEMATICAL ITALIC SMALL E).
The ASCII equivalent of C<𝑒> is C<e>.
=head2 term e
Expand All @@ -193,11 +196,18 @@ Returns Euler's number. C<e> is the ASCII equivalent of C<𝑒>.
Returns the imaginary unit (for L<Complex|/type/Complex> numbers).
=head2 term βˆ…
X<|βˆ…>
Returns C<set()>, aka the X<empty set>, at codepoint U+2205 (EMPTY SET).
=head1 Variables
Variables are discussed in the L<variable language docs |/language/variables>.
X<|constant (Terms)>
=head1 Constants
Constants are similar to L<variables|/language/variables> without a
Expand Down

0 comments on commit b89f261

Please sign in to comment.