home *** CD-ROM | disk | FTP | other *** search
- ' +----------------------------------------------------------------------+
- ' | |
- ' | BASWIZ Copyright (c) 1990-1993 Thomas G. Hanlin III |
- ' | |
- ' | The BASIC Wizard's Library |
- ' | |
- ' +----------------------------------------------------------------------+
-
- DECLARE FUNCTION PiD# ()
-
- FUNCTION Deg2RadD# (Nr AS DOUBLE)
- Deg2RadD# = Nr * PiD# / 180#
- END FUNCTION
-