Re: [Gambas-user] An arbitrary precision calculator class

2012-08-25 Thread Jussi Lahtinen
Feel free to add it there! > -Original Message- > From: Jussi Lahtinen > Date: Sat, 25 Aug 2012 03:59:58 > To: Gambas mailing list for users. > Reply-To: mailing list for gambas users > > Subject: [Gambas-user] An arbitrary precision calculator class > > Almos

Re: [Gambas-user] An arbitrary precision calculator class

2012-08-24 Thread Sebi
Subject: [Gambas-user] An arbitrary precision calculator class Almost forgot... Some weeks(?) ago I noticed that people tend have problems with floating point precision (problem with all general purpose languages). So, I'll share my quick & dirty solution. Short but useful code if you

[Gambas-user] An arbitrary precision calculator class

2012-08-24 Thread Jussi Lahtinen
Almost forgot... Some weeks(?) ago I noticed that people tend have problems with floating point precision (problem with all general purpose languages). So, I'll share my quick & dirty solution. Short but useful code if you need very precise numbers for math, but speed is not crucial. I personally