Arithmetic/Complex: Difference between revisions

→‎{{header|COBOL}}: fixed syntax highlighting
(add RPL)
imported>Acediast
(→‎{{header|COBOL}}: fixed syntax highlighting)
Line 1,061:
===.NET Complex class===
{{trans|C#}}
<syntaxhighlight lang="cobolcobolfree"> $SET SOURCEFORMAT "FREE"
$SET ILUSING "System"
$SET ILUSING "System.Numerics"
Line 1,077:
 
===Implementation===
<syntaxhighlight lang="cobolcobolfree"> $SET SOURCEFORMAT "FREE"
class-id Prog.
method-id. Main static.
Anonymous user