home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST151.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-08-08
|
199 b
|
16 lines
********************
FUNCTION Rad_to_deg
PARAMETERS _radwork
IF TYPE("_radwork") != "N"
RETURN(0)
ENDIF
RETURN(_radwork * 90 / 1.5707963268)
* End of File