home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / b / baswiz19.zip / BW$BAS.ZIP / BCDE.BAS < prev    next >
BASIC Source File  |  1993-01-29  |  792b  |  16 lines

  1. '   +----------------------------------------------------------------------+
  2. '   |                                                                      |
  3. '   |        BASWIZ  Copyright (c) 1990-1993  Thomas G. Hanlin III         |
  4. '   |                                                                      |
  5. '   |                      The BASIC Wizard's Library                      |
  6. '   |                                                                      |
  7. '   +----------------------------------------------------------------------+
  8.  
  9.    DECLARE FUNCTION BCDSet$ (NumSt$)
  10.  
  11. FUNCTION BCDe$
  12.    St$ = "2.718281828459045235360287471352662497757247093699959574966"
  13.    St$ = St$ + "9676277240766303535475945713821785251664274274663919320031"
  14.    BCDe$ = BCDSet$(St$)
  15. END FUNCTION
  16.