atan.bmx 116 B

1234567
  1. Rem
  2. ATan returns the Inverse Tangent of x
  3. End Rem
  4. for d!=-1.0 to 1.0 step 0.125
  5. print "ATan("+d+")="+ATan(d)
  6. next