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.

36 lines
323 B

25 years ago
  1. \precision=100
  2. x1=sqrt(2)
  3. x2=sqrt(3)
  4. x3=log(2)
  5. #
  6. x1*x2
  7. x1*x2
  8. sqrt(x3)
  9. sqrt(x3)
  10. pi
  11. euler
  12. exp(1)
  13. exp(-x1)
  14. exp(-x1)
  15. log(x2)
  16. log(x2)
  17. sin(5*x1)
  18. sin(5*x1)
  19. cos(5*x1)
  20. cos(5*x1)
  21. asin(x3)
  22. asin(x3)
  23. acos(x3)
  24. acos(x3)
  25. atan(x3)
  26. atan(x3)
  27. sinh(x2)
  28. sinh(x2)
  29. cosh(x2)
  30. cosh(x2)
  31. asinh(x3)
  32. asinh(x3)
  33. acosh(1+x3)
  34. acosh(1+x3)
  35. atanh(x3)
  36. atanh(x3)