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. COORDINATE CONVERSION
  2. ( 1=CARTESIAN TO POLAR)
  3. (-1=POLAR TO CARTESIAN)
  4. ( 0=END PROGRAM)
  5. WHICH DIRECTION? 1
  6. X,Y? 23,45
  7. R = 50.54 , A = 62.93
  8. WHICH DIRECTION? -1
  9. R,A? 9,65
  10. X = 3.8 , Y = 8.16
  11. WHICH DIRECTION? 0