asin.bmx 96 B

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