tan.bmx 97 B

1234567
  1. Rem
  2. Tangent of x degrees
  3. End Rem
  4. for d=0 to 360 step 45
  5. print "Tan("+d+")="+float(Tan(d))
  6. next