blob: 9649936856967a77941bb8d9108163f14440272f [file] [log] [blame]
Guido van Rossum0b25a661996-12-20 03:14:42 +00001test_pow
2Testing integer mode...
3 Testing 2-argument pow() function...
4 Testing 3-argument pow() function...
5Testing long integer mode...
6 Testing 2-argument pow() function...
7 Testing 3-argument pow() function...
8Testing floating point mode...
9 Testing 3-argument pow() function...
10The number in both columns should match.
113 3
12-5 -5
13-1 -1
145 5
15-3 -3
16-7 -7
17
183L 3L
19-5L -5L
20-1L -1L
215L 5L
22-3L -3L
23-7L -7L
24
Guido van Rossum0b25a661996-12-20 03:14:42 +000025