Arithmetic/Complex: Difference between revisions

Content added Content deleted
mNo edit summary
Line 2,496: Line 2,496:
=={{header|Icon}} and {{header|Unicon}}==
=={{header|Icon}} and {{header|Unicon}}==
Icon doesn't provide native support for complex numbers. Support is included in the IPL.
Icon doesn't provide native support for complex numbers. Support is included in the IPL.
Note: see the [[Complex#Unicon|Unicon]] section below for a Unicon-specific solution.
Note: see the [[Arithmetic/Complex#Unicon|Unicon]] section below for a Unicon-specific solution.
<syntaxhighlight lang="icon">procedure main()
<syntaxhighlight lang="icon">procedure main()