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
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
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