Hello, is there a way to find out how much space an integer uses? of course in c one can do something like sizeof(int) but when I use something like that with a gmp int I always end up getting 16. (even thought the integer is quite large. tia