Mod(1, 3)
Mod(1, 3)
1
[;]

[1]

Qfb(1, 2, -1, 0.E-38)
Qfb(-1, 2, 1, 0.E-38)
Vecsmall([1, 2, 3])
O(2)
  ***   at top-level: O(2)^-2
  ***                     ^---
  *** _^_: impossible inverse in powps: O(2).
4
9/4
1
1
-1
  ***   at top-level: 2^n
  ***                  ^--
  *** _^_: overflow in lg().
  ***   at top-level: (1/2)^n
  ***                      ^--
  *** _^_: overflow in lg().
Qfb(2, 0, -1, 0.E-38)
Mod(x^2, x^6 + x^5 + x^4 + x^3 + x^2 + x + 1)
O(x^0)
x + O(x^4)
[8.0000000000000000000000000000000000000, 27.0000000000000000000000000000000
00000]
[8.0000000000000000000000000000000000000, 27.0000000000000000000000000000000
00000]~

[8.0000000000000000000000000000000000000]

O(x^0)
0.E-19
  ***   at top-level: Mod(2,3)^(1/2)
  ***                         ^------
  *** _^_: not an n-th power residue in gpow: Mod(2, 3).
Mod(2, 3)
  ***   at top-level: Mod(1,4)^(1/2)
  ***                         ^------
  *** _^_: not a prime number in gpow: 4.
3 + 7 + 2*7^2 + 6*7^3 + 7^4 + O(7^5)
  ***   at top-level: (3+O(7^5))^(1/2)
  ***                           ^------
  *** _^_: not an n-th power residue in gpow: 3 + O(7^5).
1 + O(2)
1 + O(2)
  ***   at top-level: sqrt(Mod(2,4))
  ***                 ^--------------
  *** sqrt: not a prime number in Fl_sqrt [modulus]: 4.
[Mod(1, 11), Mod(2, 11), Mod(4, 11), Mod(8, 11), Mod(5, 11), Mod(10, 11), Mo
d(9, 11), Mod(7, 11), Mod(3, 11), Mod(6, 11), Mod(1, 11)]
[1, 3.1415926535897932384626433832795028842, 9.86960440108935861883449099987
61511353, 31.006276680299820175476315067101395202, 97.4090910340024372364403
32688705111250, 306.01968478528145326274131004343560648, 961.389193575304437
03021944365241989886, 3020.2932277767920675142064930720418319]
Total time spent: 4
