in reply to Storing more decimal places in a variable

Funny, when I first read the title I had a flash vision of appending more digits as letters in a string.

I wonder if there is any code for arithmetic overrides using base 26 (or 36). On second thought, if you prefix with a single alphabet letter you should be able to use base 10 within a string. I guess BigInt does something smarter.

  • Comment on Re: Storing more decimal places in a variable