We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3e1ae commit 80427bdCopy full SHA for 80427bd
1 file changed
src/bigdecimal.ts
@@ -413,7 +413,7 @@ export function divide_floating(
413
* Calculates the modulo between two BigDecimals.
414
* The resulting BigDecimal will have the same precision as the first argument (the dividend).
415
* @param bd1 The dividend.
416
- * a@param bd2 The divisor.
+ * @param bd2 The divisor.
417
* @returns The remainder as a new BigDecimal, with the same precision as the dividend.
418
*/
419
export function mod(bd1: BigDecimal, bd2: BigDecimal): BigDecimal {
0 commit comments