t440.py.real 662 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. math.acos(x)
  2. 0.0
  3. 1.0471975512
  4. 1.57079632679
  5. 2.09439510239
  6. 3.14159265359
  7. 3.14159265359
  8. math.asin(x)
  9. 1.57079632679
  10. 0.523598775598
  11. 0.0
  12. -0.523598775598
  13. -1.57079632679
  14. -1.57079632679
  15. math.atan(x)
  16. 0.785398163397
  17. 0.463647609001
  18. 0.0
  19. -0.463647609001
  20. -0.785398163397
  21. -0.785398163397
  22. math.atan2(y,x)
  23. 0.785398163397
  24. 2.35619449019
  25. -0.785398163397
  26. -2.35619449019
  27. -0.680521224667
  28. math.cos(x)
  29. 1.0
  30. True
  31. -1.0
  32. 0.540302305868
  33. math.sin(x)
  34. 0.0
  35. 1.0
  36. True
  37. 0.841470984808
  38. math.tan(x)
  39. 0.0
  40. True
  41. 1.55740772465
  42. math.degrees(x)
  43. 0.0
  44. 15.0
  45. 45.0
  46. 89.9999999997
  47. 180.0
  48. 270.0
  49. 360.0
  50. 0.0
  51. math.radians(x)
  52. 0.0
  53. 0.261799387799
  54. 0.785398163397
  55. 1.57079632679
  56. 3.14159265359
  57. 4.71238898038
  58. 6.28318530718