6 lines
136 B
Text
6 lines
136 B
Text
; the trig functions behave as expected for complex arguments:
|
|
x = complex(1,2)
|
|
print,sin(x)
|
|
|
|
; outputs
|
|
; ( 3.16578, 1.95960)
|