We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a339661 commit e18fdb6Copy full SHA for e18fdb6
README.md
@@ -71,6 +71,9 @@ https://unpkg.com/math-toolbox/dist/math-toolbox.umd.min.js
71
| maxAdd | Adds, but never lets the value go over the specified maximum. |
72
| minSub | Subtracts, but never lets the value go below the specified minimum. |
73
| 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. |
77
78
## Plans
79
See GitHub Wiki:
0 commit comments