APL2: Difference between revisions

Jump to navigation Jump to search
54 bytes added ,  21:57, 10 September 2022
m
Text replacement - "<source" to "<syntaxhighlight"
m (Text replacement - "</source>" to "</syntaxhighlight>")
m (Text replacement - "<source" to "<syntaxhighlight")
Line 22: Line 22:


APL2's extensions to [[ISO 8485:1989]] were standardised as [[ISO-IEC-13751]]. APL2 supports entry of [[complex number]]s in the following forms:
APL2's extensions to [[ISO 8485:1989]] were standardised as [[ISO-IEC-13751]]. APL2 supports entry of [[complex number]]s in the following forms:
# Real and imaginary part separated by the letter <source lang=apl inline>J</syntaxhighlight> and no spaces, e.g. <source lang=apl inline>0J1</syntaxhighlight>
# Real and imaginary part separated by the letter <syntaxhighlight lang=apl inline>J</syntaxhighlight> and no spaces, e.g. <syntaxhighlight lang=apl inline>0J1</syntaxhighlight>
# Magnitude and angle in degrees separated by the letter <source lang=apl inline>D</syntaxhighlight> and no spaces, e.g. <source lang=apl inline>1D90</syntaxhighlight>
# Magnitude and angle in degrees separated by the letter <syntaxhighlight lang=apl inline>D</syntaxhighlight> and no spaces, e.g. <syntaxhighlight lang=apl inline>1D90</syntaxhighlight>
# Magnitude and angle in radians separated by the letter <source lang=apl inline>R</syntaxhighlight> and no spaces, e.g. <source lang=apl inline>1R1.5708</syntaxhighlight>
# Magnitude and angle in radians separated by the letter <syntaxhighlight lang=apl inline>R</syntaxhighlight> and no spaces, e.g. <syntaxhighlight lang=apl inline>1R1.5708</syntaxhighlight>
No further core language features have been added, with improvements instead consisting of powerful [[Quad name]]s.
No further core language features have been added, with improvements instead consisting of powerful [[Quad name]]s.


Navigation menu