To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
imag EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
imag Example
10 COMPLEX C,Z20 C=CMPLX(3,4)30 Z=CMPLX(3453,4444)40 PRINT IMAG(Z)50 PRINT REAL(C),IMAG(C)60 END