- Joined:
- Jan 15, 2012
- Site Posts:
- 6,636
- Site Likes Received:
- 5,112
- Trophy Points:
- 2,522
- Lifetime:
- 0
Followers 90
- Gender:
- Male
- Location:
- P. Sherman 42 Wallaby Way, Sydney
- Occupation:
- Astrophysicist
jacob5089
Bronze Forum Member, Male, from P. Sherman 42 Wallaby Way, Sydney
'Well, that's that,' he said. 'Now I'm off!' - Bilbo Baggins Jan 29, 2015
- Loading...
- Loading...
-
Signature
One brick to rule to them all, One brick to find them, One brick to bring them all and in the
brickiness bind them, In the land of Denmark where the minifigures lie.
function Beautify (value, notation) { notation = ['', ' thousand', ' million', ' billion', ' trillion', ' quadrillion', ' quintillion', ' sextillion', ' septillion']; base = 0; while(value >= 1000){ value /= 1000; base++; } value = Math.round(value * 10) / 10.0; if(base < notation.length){ return value + notation[base]; } return 'to many'; } Game.RebuildStore();
About
- Gender:
- Male
- Location:
- P. Sherman 42 Wallaby Way, Sydney
- Occupation:
- Astrophysicist
I guess kudos to you if you scrolled down this far lol.
Space is coolInteract