ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
1.3 KiB

  1. TRIG POLYNOMIAL
  2. (ENTER ANGLE=99999 TO END PROGRAM)
  3. ANGLE? 45
  4. F( 45 )= 3.09559
  5. ANGLE? 89
  6. F( 89 )= 2.8208
  7. ANGLE? 12
  8. F( 12 )=-1.18853
  9. ANGLE? 0
  10. F( 0 )= 0
  11. ANGLE? 99999