On 03/22/2016 02:51 PM, Fajar A. Nugraha wrote:
On Tue, Mar 22, 2016 at 8:44 PM, Fajar A. Nugraha <[email protected]> wrote:
On Tue, Mar 22, 2016 at 7:55 PM, Tamas Papp <[email protected]> wrote:
On 03/22/2016 01:51 PM, Dan Kegel wrote:
that is the largest possible value. convert it to base16 and you'll see.
$ echo 18446744073709551615| base64
MTg0NDY3NDQwNzM3MDk1NTE2MTUK
base16, not 64
What should I see here?
# php -r 'echo base_convert("18446744073709551615",10,16)."\n";'
10000000000000000
Sorry, double precission issue with php. Should be
# echo "obase=16; 18446744073709551615"|bc
FFFFFFFFFFFFFFFF
Ahh, thanks.
Why is it in this so complicated format, whaah?
t
_______________________________________________
lxc-users mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-users