Pelles C forum

C language => Tips & tricks => Topic started by: JohnF on August 10, 2009, 10:43:09 AM

Title: Real number calculations!
Post by: JohnF on August 10, 2009, 10:43:09 AM
Anyone interested in exact floating point (should be real number) calculations can use the decNumber package. Mike Cowlishaw made it.

http://download.icu-project.org/files/decNumber/decNumber-icu-361.zip (http://download.icu-project.org/files/decNumber/decNumber-icu-361.zip)

The spec.

http://www.gobosoft.com/eiffel/gobo/math/decimal/decarith.html (http://www.gobosoft.com/eiffel/gobo/math/decimal/decarith.html)

John