home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
trig4.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
234b
|
14 lines
# trig4.plt
paper size 11 by 8.5
map x -5*pi 5*pi y -5 5
color green
draw x y
xlabel 'x'
ylabel 'real(tan(x)/atan(x)), 1/x'
frame
color lred
plot real(tan(x)/atan(x)), 1/x
color lblue
title 'Trigonometric Functions IV'