On Thu, 10 Aug 2000, Sebastian Schulz wrote:
> Hi!
>
> How can I use Doubles which are more exact than six digits?
> For example HUGS gives me :
>
> >1,23456789
> 1.23457
1. What you see printed and what is used in internal
computations are two different things.
2. But Hugs'es Double is the same as Float, anyway.
This used to be a low priority for Mark.
>
> I want to rotate coordinates with eulerian matrizes and I'm using the pi
> from the Prelude ( 6 digits).
> After about 1000 360�-rotations I have an error of about 0.1% ; but I
> want it more exact.
Try compilers or STHugs instead.
Jan