Hi, I raised a number 2 by 15 (2^15) in IDL, and the output comes out as -32768. If I do 2^16, it becomes 0. Could someone explain me why it is like that? Thanks.