dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
573 stars 152 forks source link

Fix NPV calculation with correct typechecks #98

Closed rmorel closed 4 years ago

rmorel commented 4 years ago

Closes #89.

This solution works with numpy types as the input cashflow.

I improved the code from pull request #96 to work with numpy types as input cashflows.