We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417c29c commit b483907Copy full SHA for b483907
src/number.ts
@@ -207,6 +207,7 @@ export function convertPayRate(
207
208
/**
209
* Calculates the margin percentage between a base value and an actual value.
210
+ * For the margin to be positive, the actual value must be greater than the base value.
211
*
212
* ```ts
213
* margin(100, 150); // 50
0 commit comments