Created
April 10, 2012 15:26
-
-
Save eungju/2352121 to your computer and use it in GitHub Desktop.
수익율계산
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| : standard-deposit ( a r t -- a ) swap 1 + swap ^ * ; | |
| : regular-deposit ( a r n t -- a ) over [ / ] [ * ] 2bi* iota [ 2over rot 1 + standard-deposit ] map sum 2nip ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment