Charles Greathouse on Tue, 15 Mar 2016 22:23:29 +0100
[Date Prev] [
Date Next
] [Thread Prev] [
Thread Next
] [
Date Index
] [
Thread Index
]
Increasing precision
To
:
pari-users@pari.math.u-bordeaux.fr
Subject
: Increasing precision
From
: Charles Greathouse <
charles.greathouse@case.edu
>
Date
: Tue, 15 Mar 2016 17:22:49 -0400
Delivery-date
: Tue, 15 Mar 2016 22:23:29 +0100
Suppose I have a function which needs guard digits. How can I increase the precision of an existing variable?
\p 100
x=Pi;
\p 19
y=Pi;
x-y \\ -2E-19: precision is about 19 digits
x-precision(y,100) \\ -5E-20: precision is still about 19 digits
Charles Greathouse
Analyst/Programmer
Case Western Reserve University
Follow-Ups
:
Re: Increasing precision
From:
Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Next by Date:
Re: Increasing precision
Next by thread:
Re: Increasing precision
Index(es):
Date
Thread