Post Reply 
More then 12 digit...
12-19-2017, 01:53 PM
Post: #14
RE: More then 12 digit...
A while back I worked on a project requiring more than 16 digits of precision. I found that both IBM and Intel have a decimal floating point library that works with 16 and 32 digits. The IBM library is called decNumber and includes a version under the GPL license and a version under the ICU license. I'm not familiar with the ICU license, but their web site says it's simpler and less restrictive. I could not find the license for the Intel code, but the site comes up when searching on "intel decimal floating point math library". Both sets of code are in C and includes the transcendental functions. I believe the Intel code includes additional functions such as gamma. As for a "free" floating point package, there's some projects under LibTomProjects. I believe LibTomMath is an extended integer library, but there's also a LibTomFloat library that is based on the integer code but is an arbitrary floating point library. On the downside, the LibTomFloat library is at version 0.02 and hasn't been updated since 2004. If someone were to build out a floating point library, that's probably a descent place to start given the code is free to use and modify without restrictions.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
More then 12 digit... - salvomic - 12-16-2017, 01:41 PM
RE: More then 12 digit... - Joe Horn - 12-17-2017, 05:20 AM
RE: More then 12 digit... - salvomic - 12-17-2017, 07:29 AM
RE: More then 12 digit... - Archanus - 12-17-2017, 04:50 PM
RE: More then 12 digit... - salvomic - 12-17-2017, 05:12 PM
RE: More then 12 digit... - Archanus - 12-17-2017, 05:38 PM
RE: More then 12 digit... - salvomic - 12-17-2017, 05:41 PM
RE: More then 12 digit... - Joe Horn - 12-18-2017, 05:07 AM
RE: More then 12 digit... - salvomic - 12-18-2017, 09:15 AM
RE: More then 12 digit... - Stevetuc - 12-20-2017, 08:17 AM
RE: More then 12 digit... - pier4r - 12-19-2017, 06:17 AM
RE: More then 12 digit... - salvomic - 12-19-2017, 11:44 AM
RE: More then 12 digit... - GregLewis - 12-19-2017 01:53 PM
RE: More then 12 digit... - Tim Wessman - 12-20-2017, 01:42 AM
RE: More then 12 digit... - grsbanks - 12-20-2017, 08:33 AM
RE: More then 12 digit... - salvomic - 12-20-2017, 08:40 AM
RE: More then 12 digit... - Claudio L. - 12-21-2017, 12:01 AM
RE: More then 12 digit... - pier4r - 12-21-2017, 11:54 AM
RE: More then 12 digit... - FabVir - 03-15-2022, 05:26 PM
RE: More then 12 digit... - parisse - 03-20-2022, 12:01 PM
RE: More then 12 digit... - FabVir - 03-24-2022, 10:02 PM
RE: More then 12 digit... - Thomas_Sch - 03-30-2022, 11:40 AM



User(s) browsing this thread: 1 Guest(s)