When I work with big numbers Sublime Text 2 or Node.js (I don't know which one it actually does) shortens those big numers. For example:
var example = Math.pow(2, 70);
example = 1.1805916207174113e+21
I would like to see the full number (1180591620717411303424), but I don't know which settings I have to change for that nor do I know where to find those settings.