APL2: Difference between revisions

Jump to navigation Jump to search
108 bytes added ,  09:06, 29 October 2019
m
Text replacement - "<code>" to "<source lang=apl inline>"
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Adám Brudzewsky
m (Text replacement - "<code>" to "<source lang=apl inline>")
Line 21: Line 21:


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


Navigation menu