Guest User

Untitled

a guest
Feb 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. a <- 100
  2. b <- 100000
  3. c <- 75000
  4.  
  5. a * ((1 + 0.1) ^ (1 * t)) == b * ((1 + 0.01) ^ (1 * t))
Add Comment
Please, Sign In to add comment