Advertisement
Guest User

!Ps1ivhrO6w

a guest
Sep 24th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. + : 1
  2. ++ : 2
  3. +++ : 3
  4. +^n : n
  5.  
  6. +- : 0
  7. - : -1
  8. -- : -2
  9. --- : -3
  10. -^n : -n
  11.  
  12. -+ : 0
  13. -+- : -1
  14. -+-+ : 0
  15. -+-+- : -1
  16. -+-+-+ : 0
  17. -+-+-+- : -1
  18. -+-+-+-+ : 0
  19. (-+)^n : 0
  20. (-+)^n- : -1
  21.  
  22. +^n : n
  23. +^n+ : n+1
  24. +^n++ : n+2
  25. +^n+++ : n+3
  26. +^n+^m : n+m
  27.  
  28. (+^n)^+^m : m times n
  29. ((+^n)^+^m)^+^o : o times m times n
  30.  
  31. (+^n)^+^n : n times n
  32. ((+^n)^+^n)^+^n : n times n times n
  33.  
  34. +^+^n : 1 times n : n
  35.  
  36. +(^+^n)^(+) : +^+^n : n
  37. +(^+^n)^(++) : +^+^n^+^n : +^(+^n)^(+^n) : +^(n times n) : n times n (n squared)
  38. +(^+^n)^(+++) : +^+^n^+^n^+^n : +^(+^n)^(+^n)^(+^n) : +^(n times n times n) : n times n times n (n cubed)
  39. +(^+^n)^(+^m) : +^(+^n)^(+^n)^(+^n)^ ... ^(+^n) : n times itself m times (n to the mth power)
  40.  
  41. +(^+^n)^(+^n) : n to the nth power
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement