| Bill Allombert on Wed, 22 Oct 2025 16:52:50 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: First non-trivial PARI/GP script from chatgpt session |
On Wed, Oct 15, 2025 at 02:34:21PM +0200, hermann@stamm-wilbrandt.de wrote: > I take your word, instead > classno(n)=qfbclassno(n); > > better this? > ? classno(n)=quadclassunit(n)[1]; > ? classno(41*73) > 6 Use classno(n)=quadclassunit(n).no Cheers, Bill