-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: break line up into more readable lines
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
// Package calculations implements various finance equations used in the rest of the package. | ||
// Package calculate implements various finance equations used in the rest of the package. | ||
// | ||
// Please remember, investing carries inherent risks including but not limited to the potential loss of principal. Past performance is no guarantee of future results. The data, equations, and calculations in these docs and code are for informational purposes only and should not be considered financial advice. It is important to carefully consider your own financial situation before making any investment decisions. You should seek the advice of a licensed financial professional before making any investment decisions. You should seek code review of an experienced software developer before consulting this library (or any library that imports it) to make investment decisions. | ||
// Please remember, investing carries inherent risks including but not limited to the potential loss of principal. | ||
// Past performance is no guarantee of future results. The data, equations, and calculations in these docs and code are | ||
// for informational purposes only and should not be considered financial advice. It is important to carefully consider | ||
// your own financial situation before making any investment decisions. You should seek the advice of a licensed | ||
// financial professional before making any investment decisions. You should seek code review of an experienced software | ||
// developer before consulting this library (or any library that imports it) to make investment decisions. | ||
package calculate |