Need > 15 digits precision without big performance hit
From: Jasper (jasper_marzin_at_yahoo.com)
Date: 06/27/04
- Previous message: Stefano Bettelli: "Request for comments on a JPEG metadata Perl module"
- Next in thread: Sisyphus: "Re: Need > 15 digits precision without big performance hit"
- Reply: Sisyphus: "Re: Need > 15 digits precision without big performance hit"
- Reply: Peter J. Acklam: "Re: Need > 15 digits precision without big performance hit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Jun 2004 19:46:09 -0700
Hello,
I am doing calculations where I need ~50 decimal places of
precision..I have been writing code and Perl and noticed that even if
I convert my floating point numbers to integers, the maximum # decimal
places is 15 !! And Adding in Math::BigInt or BigFloat slows
performance to a CRAWL...does anyone have any recommendations here to
get around this problem...Perhaps a way to have 15 digits on either
side of the decimal, which it does not allow for today..If there is no
recommendation, does adding more CPU's/clustered machines buy me speed
of computation even though BigInt works at a software level ??
Thank you for your time,
Jasper
- Previous message: Stefano Bettelli: "Request for comments on a JPEG metadata Perl module"
- Next in thread: Sisyphus: "Re: Need > 15 digits precision without big performance hit"
- Reply: Sisyphus: "Re: Need > 15 digits precision without big performance hit"
- Reply: Peter J. Acklam: "Re: Need > 15 digits precision without big performance hit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|