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.

25 lines
220 B

25 years ago
  1. n=100
  2. \precision=2*n
  3. x1=floor((sqrt(5)+1)/2 * 10^(2*n))
  4. \precision=n
  5. x2=floor(sqrt(3) * 10^n)
  6. \precision=15
  7. x3=10^n+1
  8. #
  9. 0
  10. x1*x2
  11. 0
  12. x1*x2
  13. 0
  14. divres(x1,x2)
  15. 0
  16. divres(x1,x2)
  17. 0
  18. isqrt(x3)
  19. 0
  20. isqrt(x3)
  21. 0
  22. gcd(x1,x2)
  23. 0
  24. gcd(x1,x2)
  25. 0