4 lines
140 B
Text
4 lines
140 B
Text
3.2 >complex I * 2 >complex + .cr
|
|
2 3 Complex new 1.2 >complex + .cr
|
|
2 3 Complex new 1.2 >complex * .cr
|
|
2 >complex 2 3 Complex new / .cr
|