home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
PLOT
/
3DPLOT02.ARC
/
WAVE.XYZ
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-06-23
|
88 b
|
4 lines
/* cylindrical wave */
tem_1=x*x+y*y;
z=c1*SQR(COS(c2*SQRT(tem_1)))/(1.0+c3*tem_1);