|
|
1.1 root 1:
2:
3:
4: COMPLEX(2) Icon Program Library COMPLEX(2)
5:
6:
7:
8: NNNNAAAAMMMMEEEE
9: complex - arithmetic on complex numbers
10:
11: DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
12: These procedures perform operations on complex numbers.
13:
14: SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
15: ccccoooommmmpppplllleeeexxxx((((rrrr,,,,iiii)))) create complex number with real part rrrr and imaginary part iiii
16: ccccppppxxxxaaaadddddddd((((xxxx1111,,,,xxxx2222)))) add complex numbers xxxx1111 and xxxx2222
17: ccccppppxxxxddddiiiivvvv((((xxxx1111,,,,xxxx2222)))) divide complex number xxxx1111 by complex number xxxx2222
18: ccccppppxxxxmmmmuuuullll((((xxxx1111,,,,xxxx2222)))) multiply complex number xxxx1111 by complex number xxxx2222
19: ccccppppxxxxssssuuuubbbb((((xxxx1111,,,,xxxx2222)))) subtract complex number xxxx2222 from complex number xxxx1111
20: ccccppppxxxxssssttttrrrr((((xxxx)))) convert complex number xxxx to string representation
21: ssssttttrrrrccccppppxxxx((((ssss)))) convert string representation ssss of complex number
22: to complex number
23:
24: SSSSEEEEEEEE AAAALLLLSSSSOOOO
25: Griswold, Ralph E. and Madge T. Griswold. _T_h_e _I_c_o_n _P_r_o_g_r_a_m_-
26: _m_i_n_g _L_a_n_g_u_a_g_e, Prentice-Hall, Inc., Englewood Cliffs, New
27: Jersey, 1983. pp. 60, 285-286.
28:
29: AAAAUUUUTTTTHHHHOOOORRRR
30: Ralph E. Griswold
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63: Version 5.9 The University of Arizona - 7/27/83 1
64:
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.