Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong value in FV example within the documentation #8

Closed
lsoler opened this issue Oct 13, 2015 · 1 comment
Closed

Wrong value in FV example within the documentation #8

lsoler opened this issue Oct 13, 2015 · 1 comment

Comments

@lsoler
Copy link

lsoler commented Oct 13, 2015

The example in the documentation page for FV is wrong

finance.FV(0.5, 1000, 12);
=> 1068.68

It should say 1061.68
The unit test is correct though cal.FV(0.5, 1000, 12).should.equal(1061.68);

@lsoler lsoler changed the title Issue in documentation Wrong value in FV example within the documentation Oct 13, 2015
@ebradyjobory
Copy link
Owner

Fixed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants