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
var | |
minReturn = Infinity, | |
minReturnStartYear, | |
timeSpan = 32; | |
for (var startYear = 1871; startYear < 2014 - timeSpan; startYear ++) { | |
document.getElementsByName('y1')[0].value = startYear; | |
document.getElementsByName('y2')[0].value = startYear + timeSpan; | |
doCalc(); | |
var currentReturn = +document.getElementsByName('fv')[0].value; | |
if (currentReturn < minReturn) { |
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
@ 51b90923fc9d Master C | |
| | |
o bb51d979fd68 Merge branch 'feature' | |
|\ | |
o | 77ceb31100be Master B | |
|/ | |
o b5a0b2c7468f Master A |
This file has been truncated, but you can view the full file.
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
@ 436cc9d017c6 Added tag 2.3-rc for changeset a06e2681dd17 | |
| | |
o a06e2681dd17 merge default into stable for 2.3 code freeze | |
|\ | |
| \ | |
| |\ | |
| | \ | |
| | |\ | |
| | | \ | |
| | | |\ |