home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programming
/
powerprogramming1994.iso
/
progtool
/
plot
/
3dplot02.arc
/
WAVE.INI
< prev
next >
Wrap
Text File
|
1989-06-23
|
261b
|
10 lines
c1=2.0; /* height */
c2=7.0; /* proportional to frequency */
c3=30.0; /* damping */
PRINT(SYSPRINT,
'It''s suggested that this function be plotted for -1 <= x <= 1');
PUTCRLF(SYSPRINT);
PRINT(SYSPRINT,
' and -1 <= y <=1.');
PUTCRLF(SYSPRINT);