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.
 
 
 
 
 
 

13 lines
972 B

  1. CURVILINEAR INTERPOLATION
  2. NUMBER OF KNOWN POINTS? 3
  3. X,Y OF POINT 1 ? 1,2
  4. X,Y OF POINT 2 ? 5,78
  5. X,Y OF POINT 3 ? 9,123
  6. INTERPOLATE: X=? 3
  7. y= 43.875
  8. MORE X ON THIS CURVE (1=YES, 0=NO)? 0
  9. MORE X ON ANOTHER CURVE (1=YES, 0=NO)? 0