Skip to content

Commit e18fdb6

Browse files
committed
chore: Updated readme
1 parent a339661 commit e18fdb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ https://unpkg.com/math-toolbox/dist/math-toolbox.umd.min.js
7171
| maxAdd | Adds, but never lets the value go over the specified maximum. |
7272
| minSub | Subtracts, but never lets the value go below the specified minimum. |
7373
| average | Return the average of all values passed to the function. |
74+
| percent | Calculate percantage of value. |
75+
| isOdd | Returns true if the number given is odd. |
76+
| isEven | Returns true if the number given is even. |
7477

7578
## Plans
7679
See GitHub Wiki:

0 commit comments

Comments
 (0)