[DGD] DGD 1.6.2 and Hydra 1.3.9

Felix A. Croes felix at dworkin.nl
Tue Jan 23 11:42:24 CET 2018


"nikoroleva ." <natasha.i.koroleva at gmail.com> wrote:

>[...]
> I reckon something like MPFR lib should be suitable for handling very
> large numbers.
> In any case, what I gather from this is that the results of any
> computation done in the kfun should be returned as a string.

That is a good idea if you want no loss of precision.  There are cases
where representing a result with 37 bits of precision is good enough,
but where the intermediate precision during the computation should be
higher.  Similar to how in C, computation is performed with doubles,
but results are often stored in single-precision floats.

Regards,
Felix Croes



More information about the DGD mailing list