"Fossies" - the Fresh Open Source Software Archive 
Member "pari-2.13.1/src/test/in/pow" (14 Jan 2021, 792 Bytes) of package /linux/misc/pari-2.13.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "pow":
2.13.0_vs_2.13.1.
1 default(realprecision,38);
2 (Mod(1,3)+I)^0
3 (Mod(1,9)+I*Mod(1,3))^0
4 (1/x)^0
5 [;]^0
6 Mat(2)^0
7 Mod(0,1)^0
8 Mod(2,3)^0
9 Qfb(2,0,-1)^0
10 Qfb(2,0,-1)^1
11 Vecsmall([3,2,1])^0
12 O(2)^1
13 O(2)^-2
14 (1/2)^-2
15 (-2/3)^-2
16 (-1/4)^(1/2)
17 (-1/8)^(1/3)
18 (-4)^(1/2)
19 (-8)^(1/3)
20 n=2^64;
21 1^n
22 (-1)^n
23 (-1)^(n+1)
24 2^n
25 (1/2)^n
26 Qfb(2,0,-1)^n
27 Mod(x,polcyclo(7))^n
28 O(x)^(1/2)
29 (x^3+O(x^6))^(1/3)
30 [2,3]^3.
31 [2,3]~^3.
32 Mat(2)^3.
33 O(x^0)^(1/3)
34 0.^(1/2)
35 Mod(2,3)^100000000000000000000000001
36 Mod(4,5)^100000000000000000000000001
37 Mod(2,3)^(1/2)
38 Mod(2,3)^(1/3)
39 Mod(1,4)^(1/2)
40 (2+O(7^5))^(1/2)
41 (3+O(7^5))^(1/2)
42 a=2+O(7^3); a^a
43 sqrt(1+O(2))
44 sqrt(1+O(2^3))
45 sqrt(Mod(2,4))
46 [0,1]^[1,2]
47 [0,1]^[1,2]~
48 [0,1]^[1,1;2,3]
49 (x+Mod(0,1))^0
50 2^(-1-10^-9)
51 2^Mod(2,(I*1E-28*x+1))
52 2^(1+O(3^4))
53
54 powers(Mod(2,11),10)
55 powers(Pi,7)
56 powers(3, 5, 2)
57 powers(3,-1)
58 powers(3,0)