[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: int64 to decimal-string conversion
- From: Cosmin Apreutesei <cosmin.apreutesei@...>
- Date: Fri, 8 Oct 2010 02:55:17 +0300
Hi,
This post may sound stupid, but I haven't found/been able to produce a
decent int64 (read as 8 bytes or whatever) to decimal-string
conversion function made in Lua without bitops or integer
multiplication past 52bit. Any hints/links? Just wanted to provide a
fallback to installing a bignum library in fbclient.
Thanks,
Cosmin.