Advertisement
mrob27

A more modest version of 10^10^18

Apr 22nd, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. : hypercalc
  2.  
  3. Hypercalc is distributed under the terms and conditions of the
  4. GNU General Public License, version 2, June 1991. Type 'help gpl'
  5. at the Hypercalc prompt for details.
  6.  
  7. Hypercalc by Robert Munafo, 2014 Apr 22
  8. Go ahead -- just TRY to make me overflow!
  9. _ _
  10. |_| . . ._ _ ._ _ ._ | _
  11. | | | | | ) (-` | ( ,-| | (
  12. ~ ~ 7 |~ ~' ~ ~ `~` ~ ~
  13. -' mrob.com/hypercalc
  14.  
  15. Enter expressions, or type 'help' for help.
  16.  
  17.  
  18. C1 = day = 24
  19.  
  20. R1 = day: 24
  21.  
  22. C2 = year = 365.25 * day
  23.  
  24. R2 = year: 8766
  25.  
  26. C3 = lifetime = 75 * year
  27.  
  28. R3 = lifetime: 657450
  29.  
  30. C4 = lifetime_bits = lifetime * 12
  31.  
  32. R4 = lifetime_bits: 7889400
  33.  
  34. C5 = possible_lifetimes = 2^lifetime_bits
  35.  
  36. R5 = possible_lifetimes: 1.116326 x 10 ^ 2374946
  37.  
  38. C6 =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement