Created
February 18, 2018 06:44
-
-
Save jagjeetgit/a38561ad95597dcad4bcacd507216afa to your computer and use it in GitHub Desktop.
Custom Function JS DOc Example
This file contains hidden or 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
/** | |
*Returns the simple interest | |
@name interest Simple Interest | |
@param {number} p Principal Amount | |
@param {number} r Rate Of Interest | |
@param {number} t Time of Loan (in Years) | |
@returns {number} calculated Simple Interest for the inputs | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment