Present Value of a Series of cash flows (using non integer time periods) general case pv = SIGMA (n, t=0) [fv-sub(t) / ((1 + i) ^ n-sub(t))] pv = present value of Money SIGMA (n, t=0) Sum of n's beginning at time t = 0 fv = future value in the array slice element of fvs fv-sub(t) Future Value at tim
(fvs []Money, i []float64, ns []float64)