Kevin Ryde on Thu, 28 Oct 2021 00:46:29 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: sqrtint() on non-integer arguments
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: sqrtint() on non-integer arguments
- From: Kevin Ryde <user42_kevin@yahoo.com.au>
- Date: Thu, 28 Oct 2021 09:43:27 +1100
- Delivery-date: Thu, 28 Oct 2021 00:46:29 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.au; s=s2048; t=1635374782; bh=nQNbIzrx+VOZuh0mdNskwLei4Rv9GPLpFLoHiW6C7+U=; h=From:To:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=b0WrOJzn85qCdAw0CeOrWGZWakYnWFlJwjXidjl6Zn0VygYmcsqaFfqZ1DkO4JP/LtRce89M+H0BKQSV80HOmeThLAPTUJmqYN+23vnoJ2PK1YNkZfDTBnlieQal9ChbiYK+T8um9MQPX9e/yH+Hni5uTkL8ax102w2x9Jak7quWNKV+P8hdNPSoAJRDCrXP+MTCnE9vDlMUmTGIZhGzWAvVLH5vG1IOeGPR4tmPuf6PHyCAVki1jQiEEl98PA3KYbhIwXb4SbyPGiUEz9hLJA31xF4aOIFe/bUl37RJr6qIauV3Xmvs9LwYzXafOgVINgaNFnThRRmY8ggH3EhP2A==
- In-reply-to: <20211027165705.GA222022@math.u-bordeaux.fr> (Karim Belabas's message of "Wed, 27 Oct 2021 18:57:05 +0200")
- Organization: Bah Humbug
- References: <CAJkPp5NjR931ccLOqdz3PNCfkTPiy1pJ1AmeEQAor1h1V9UqNg@mail.gmail.com> <CANXmBjw8fcSqAuo-VXO=JtrDKsHYeYQJ2LFKOuaQgkxzxip5NQ@mail.gmail.com> <20211027165705.GA222022@math.u-bordeaux.fr>
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Karim Belabas <Karim.Belabas@math.u-bordeaux.fr> writes:
>
> get instead
> ? sqrtint(1e40)
> %1 = 100000000000000000000
Could keep that as precision loss error, since low bits of the root are
essentially unknown, within selected float precision.