Dear GAP-Forum, siwy noname wrote: > > I'm using Gap4r4, I'm wondering... Can I count a length of my > number (big number)? If you want the number of digits of n, I would use LogInt(n,10)+1 will do. Best, Alexander Hulpke