Displaying 1 result from an estimated 1 matches for "ghazi".
Did you mean:
ghani
2010 Oct 16
1
Rmpfr question
Hi:
I'm trying to reproduce an arbitrary precision constant from 'Why and
How to Use Arbitrary Precision' (Ghazi et al., COMPUTING IN SCIENCE &
ENGINEERING May/June 2010;
http://perso.ens-lyon.fr/philippe.theveny/cise.pdf):
d = 173746a + 94228b ? 78487c
where: a = sin(1022), b = log(17.1), and c = exp(0.42).
Ghazi et al. report: d = ?1.341818958e?12 whit IEEE-754 quadruple
precision (113 bits).
I h...