Re: floor(PI)
"Ruud H.G. van Tol" <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks, and had just found out the same myself ... Sorry for the noise! -- Ruud On 2023-01-09 20:33, Fernando Gouvea wrote: > > (14:33) gp > PI > %2 = PI > (14:33) gp > Pi > %3 = 3.1415926535897932384626433832795028842 > > On 1/9/2023 2:23 PM, Ruud H.G. van Tol wrote: >> >> Is this on purpose? >> >> ? floor(PI) >> % = PI >> >> (I expected 3)