|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 640 (0x280) Types: TextFile Names: »EX05.TXT«
└─⟦56cb05a1f⟧ Bits:30005457 SuperCalc/MBasic/Plan80 └─ ⟦this⟧ »EX05.TXT« └─⟦ed6270ad1⟧ Bits:30005316 PLAN80 Version 2.6 └─ ⟦this⟧ »EX05.TXT«
:TITLES 1 "PLAN80 EXAMPLE #5" 2 "Internal Rate of Return Model" :COLUMNS P01 P02 P03 P04 P05 P06 P07 P08 P09 P10 P11 P12 :ROWS INVEST "Investment" INCOME "Income" CASHFLOW "Cash Flow" CUMCF "Cumulative" IRRATE (1) "Internal Rate" " of Return (%)" :OPTIONS ROWWID(14) COLWID(5) :DATA INVEST = -400 INCOME = 0 100 (*1.10) :INTERACTIVE :RULES CASHFLOW = INCOME+INVEST CUMCF = @CUM(CASHFLOW) IRRATE = @IRR(CASHFLOW) :DISPLAY «eof»