There should be a way to change the rounding for PDL 

in perl I can use it as a string and it wound round the number yet in PDL if I 
use it
as a string or numerically it still rounds it off 


I wonder if any might be able to point me to the right module ???

Thanks & Cheers

-Mark 


________________________________
 From: Kaj Wiik <[email protected]>
To: MARK BAKER <[email protected]> 
Cc: perldl list <[email protected]> 
Sent: Thursday, October 18, 2012 3:25 AM
Subject: Re: [Perldl] 1GB Use more ram + more problems
 
Hi!

I think it is not memory but precision problem. You could try
http://search.cpan.org/~turnstep/Math-GMP-2.06/lib/Math/GMP.pm
or try to scale your data...

Cheers,
Kaj


On Thu, Oct 18, 2012 at 4:39 AM, MARK BAKER <[email protected]> wrote:
> Hey Every one
>
> I know this has come up quite a few time's and since forgotten how usefull
> that information was
>
> 1. What  Module  do you change to use more RAM ??? so that you can use more
> then 1 GB
>
> 2. What module do you change to use this in your piddle
>
>   $K = pdl([89237549082745892749087502987450927409827502084935]);
>
>  with out it clobbering every thing into
>
> p $K
>
>  8.923754908274589eo-043 something
>
> if any one can remember please let me know , I will save it some where
> special
> too so I wont forget !   : }
>
> Thank you
>
> -Mark
>
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
>
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to