home *** CD-ROM | disk | FTP | other *** search
- *********
- * Function : BIN
- * By : Tom Rettig
- * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
- *********
-
-
- FUNCTION BIN
- * Syntax: BIN( <expN> )
- * Return: <expC> binary (base two) value of <expN> decimal parameter
- * -1 if <expN> is negative
- PARAMETERS dec
- RETURN BASE( 2, dec )
- * eofunc
-
-
-