| Bill Allombert on Mon, 1 Nov 1999 15:09:50 +0100 (MET) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: global() bug |
If you want to test GP-PARI for bugs , please use CVS version.
Lots of bugs have already been corrected:
? addprimes(0)
%1 = [0]
? primes(-1)
*** not enough precalculated primes
? Vec("a")
%4 = ["a"]
? Mat("a")
%5 =
["a"]
? "a"^"b"
*** incorrect type in a transcendental function.
But thanks for the others!
Bill.