Point Notation: Difference between revisions
Sudleyplace (talk | contribs) |
Sudleyplace (talk | contribs) |
||
Line 78: | Line 78: | ||
This notation makes it easy to enter numeric constants in an arbitrary base. | This notation makes it easy to enter numeric constants in an arbitrary base. | ||
The number to the left of the <apll>< | The number to the left of the <apll><bn/></apll> is the base of the number system for the characters to the right of the <apll><pn>b</pn></apll>. The base may be represented in several ways including integers, <b>Exponential</b>, <b>Decimal</b>, <b>Euler</b>, <b>Pi</b>, <b>Gamma</b>, <b>Hypercomplex</b>, <b>Rational</b>, and <b>Variable Precision Floating</b> Point Notation, but not <b>Base</b> Point Notation. | ||
For example, <apll>1< | For example, <apll>1<E/>3<bn/>111</apll> is the same as <apll>1000<bn/>111</apll>. | ||
Note that the base may also be negative as in <apll>¯1< | Note that the base may also be negative as in <apll>¯1<bn/>0z</apll>, fractional as in <apll>0.1<bn/>1234</apll>, or Hypercomplex as in <apll>0<pn>J</pn>1<bn/>321</apll>. | ||
The characters to the right of the <apll><pn>b</pn></apll> may range from <b>0-9</b> or <b>a-z</b> where the latter range is a way of representing numbers from <b>10-35</b> in a single character. The uppercase letters (<b>A-Z</b>) have the same values as the corresponding lowercase case letters and may be used instead of or intermixed with them. | The characters to the right of the <apll><pn>b</pn></apll> may range from <b>0-9</b> or <b>a-z</b> where the latter range is a way of representing numbers from <b>10-35</b> in a single character. The uppercase letters (<b>A-Z</b>) have the same values as the corresponding lowercase case letters and may be used instead of or intermixed with them. | ||
For example, <apll>10< | For example, <apll>10<bn/>zzZz</apll> is the same as <apll>10⊥35 35 35 35</apll>, and <apll>1<pn>r</pn>2<bn/>111</apll> is the same as <apll>0.5<bn/>111</apll> except for precision — the former is Multiple-Precision and the latter is Fixed. | ||
A decimal point may appear anywhere in the characters to the right of the <apll>< | A decimal point may appear anywhere in the characters to the right of the <apll><bn/></apll> to indicate that the characters to its right represent the fractional part of the number in the given base. | ||
For example, <apll>2< | Finally, the characters to the right of the <apll><bn/></apll> may start with a negative sign (as in <apll>2<bn/>¯101 ←→ ¯5</apll>) which negates the entire result. | ||
For example, <apll>2<bn/>111.111</apll> is <apll>(6⍴1)+.×2*2..¯3</apll> which is <apll>7.875</apll>. | |||
== Euler Point Notation == | == Euler Point Notation == |
Revision as of 19:05, 4 August 2018
Overview
|
||||||||||||||||||||||||||||||||||||||||
Base, Euler, Pi, Gamma, and Rational Point Notations are extensions to the familiar Decimal Point Notation as well as Exponential Point or Scientific Notation methods of entering numeric constants. Thanks to the designers of J for these clever ideas. |
Base Point Notation
This notation makes it easy to enter numeric constants in an arbitrary base.
The number to the left of the
For example, 1
Note that the base may also be negative as in ¯1
The characters to the right of the b may range from 0-9 or a-z where the latter range is a way of representing numbers from 10-35 in a single character. The uppercase letters (A-Z) have the same values as the corresponding lowercase case letters and may be used instead of or intermixed with them.
For example, 10
A decimal point may appear anywhere in the characters to the right of the
Finally, the characters to the right of the
For example, 2
Euler Point Notation
This notation allows you to enter numeric constants that are in the form of the product of a multiplier and e (≅ 2.718281828459045... — base of the natural logarithms) raised to an exponent, that is, MeE or M×(*1)*E. The numbers to the left (multiplier) and right (exponent) of the x may be represented in several ways including integers, Decimal, Exponential, Hypercomplex, Rational, or Variable Precision Floating Point Notation, but not Base, Euler, Pi, or Gamma Point Notation.
For example, 1e2x1.1 is the same as 100x1.1, and 1r2x1.1e2 is the same as 0.5x110.
Both the multiplier and exponent may be negative and/or fractional as in ¯1e2x¯3.3.
Pi Point Notation
This notation allows you to enter numeric constants that are in the form of the product of a multiplier and π (≅ 3.141592653589793... — ratio of a circle's circumference and diameter) raised to an exponent, that is, MπE or M×(○1)*E. The numbers to the left (multiplier) and right (exponent) of the p may be represented in several ways including integers, Decimal, Exponential, Hypercomplex, Rational, or Variable Precision Floating Point Notation, but not Base, Euler, Pi, or Gamma Point Notation.
For example, 1e2p1.1 is the same as 100p1.1, and 1r2p1.1e2 is the same as 0.5p110.
Both the multiplier and exponent may be negative and/or fractional as in ¯1e2p¯3.3.
Gamma Point Notation
This notation allows you to enter numeric constants that are in the form of the product of a multiplier and γ (≅ 0.5772156649015329... — limiting difference between the harmonic series and the natural logarithm) raised to an exponent, that is, MγE or M×γ*E. The numbers to the left (multiplier) and right (exponent) of the g may be represented in several ways including integers, Decimal, Exponential, Rational, or Variable Precision Floating Point Notation, but not Base, Euler, Pi, or Gamma Point Notation.
For example, 1e2g1.1 is the same as 100g1.1, and 1r2g1.1e2 is the same as 0.5g110.
Both the multiplier and exponent may be negative and/or fractional as in ¯1e2g¯3.3.
Hypercomplex Point Notation
This notation allows you to enter Complex, Quaternion, and Octonion numbers in various forms such as a combination of a Real part followed by one or more Hypercomplex units (2nd, 4th, or 8th root of ¯1) times the corresponding coefficient. For more details, see Hypercomplex Notation in APL.
Ball Arithmetic Point Notation
This notation allows you to enter Ball Arithmetic point values. A Ball consists of a Midpoint and a Radius. The two values are separated by a plus-or-minus sign (±) as in 2.3±1E¯9. If the Radius is zero, it may be omitted.
Ball Arithmetic numbers may also be used as a lefthand part of Base, and any part of Euler, Pi, Gamma, or Hypercomplex Point Notations. For more information, see Ball Arithmetic.
Rational Point Notation
This notation allows you to enter fractions as rational numbers and have them be retained as rational numbers. Rational numbers (using the r infix separator only, not the x suffix) may also be used as a lefthand part of Base, and either part of Euler, Pi, or Gamma Point Notations. For more information, see Rational Numbers. This notation also accepts strings that contain Decimal and/or Exponential point notation such as 0.5x, 0.5r3, 1E¯3r1.5, etc. and represents them as a Rational number.
Variable-Precision Floating Point Notation
This notation allows you to enter Decimal and Exponential point values as variable-precision floating point numbers. For example, 2.3v or 2E¯3v.
In this form, the bits of precision of the number is specified by the value of ⎕FPC at the time the number is fixed. Alternatively, the suffix v may be followed by an unsigned integer (≥53) to specify the number of bits of precision of the number, overriding the value of ⎕FPC. For example 2.3v64 is a shorthand for 2.3 as a VFP number with 64 bits of precision.
VFP numbers (using the v suffix) may also be used as a lefthand part of Base, and either part of Euler, Pi, or Gamma Point Notations. For more information, see Variable-precision Floating Point (VFP) Numbers.
Exponential Point Notation
This familiar notation (sometimes called scientific notation) allows you to enter numeric constants that are in the form of the product of a multiplier and a (possibly negative) power of 10. Exponential numbers (using either the e or E infix separator) may also be used as a lefthand par of Base, and either part of Euler, Pi, or Gamma, Hypercomplex Point Notations.
For example, ¯1.1e2 is the same as ¯110.0, and 1.1E¯6 is the same as 0.0000011.
Decimal Point Notation
This basic notation allows you to enter a decimal value with an integer part and fractional part separated by a period (.) as in 2.3 with an optional leading high minus sign (¯2.3) if the number is negative.
Mixed Notation
The above notations may be combined in a single Point Notation String with the restrictions discussed above, a summary of which follows:
- The right part of Base Point Notation may not contain any of the above Point Notations except for Decimal.
- The left part of Base Point Notation may contain any of the above Point Notations except itself.
- Decimal, Exponential, Rational, Variable Precision, Ball, and Hypercomplex Point Notations may appear in either or both parts of Euler, Pi, or Gamma Point Notations.
- No two of Euler, Pi, or Gamma Point Notations may appear in the same Point Notation String.
In terms of Binding Strength, the Notation with the highest binding strength is Decimal. That is, Decimal Point Notation numbers are constructed first. From highest to lowest binding strength, the sequence is as follows:
- 7. Decimal
- 6. Exponential
- 5. Rational, Variable Precision Floating Point
- 4. Ball Arithmetic
- 3. Hypercomplex
- 2. Euler, Pi, Gamma
- 1. Base
Notations with the same binding strength may not be mixed (e.g., 1r2v is an error). Otherwise, any notation may incorporate notations with a higher binding strength but may not incorporate notations with an equal or lower binding strength.
This latter case need not signal an error, but instead it might produce a different interpretation. For example,
1r2p1J3 is interpreted as 1r2×(○1x)*1J3 not as 1r2p1+0J3 because Rational and Hypercomplex Point Notations are constructed before Pi Point Notation is.
NARS 2000 Lang Tool Bar |
← | → | + | - | × | ÷ | * | ⍟ | ⌹ | ○ | ! | ? | √ | | | ⌈ | ⌊ | ⊥ | ⊤ | ⊣ | ⊢ | |||
≡ | ≢ | < | ≤ | = | ≥ | > | ≠ | ∨ | ∧ | ⍱ | ⍲ | ↑ | ↓ | ⊂ | ⊃ | ⌷ | ⍋ | ⍒ | |||||
⍳ | ∊ | ⍸ | ⍷ | ∪ | ∩ | ⊆ | ⊇ | ~ | § | π | .. | , | ⍪ | ⍴ | ⌽ | ⊖ | ⍉ | ||||||
/ | \ | ⌿ | ⍀ | ⊙ | ¨ | ⍨ | ⍤ | ⍣ | ⍡ | ⍥ | ⍦ | . | ∘ | ⍠ | ‼ | ⌻ | ∂ | ∫ | ⍞ | ⎕ | ⍎ | ⍕ | |
⋄ | ⍝ | ∇ | ∆ | ⍙ | _ | ⍺ | ⍵ | ¯ | ⍬ | ∞ | ∅ | ||||||||||||
Second Row | i j k | i j k l | g | p | r | v | x |