Skip to content

Commit ee7dc26

Browse files
committed
fix: syntax section of function numeric (see #3448)
1 parent 6cea4f3 commit ee7dc26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fix: #3482 mathjs throwing an error related to `BigInt` when loading in
66
specific environments.
7+
- Fix: syntax section of function `numeric` (see #3448).
78

89
# 2025-05-21, 14.5.0
910

src/function/utils/numeric.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const createNumeric = /* #__PURE__ */ factory(name, dependencies, ({ numb
3131
* Syntax:
3232
*
3333
* math.numeric(x)
34+
* math.numeric(value, outputType)
3435
*
3536
* Examples:
3637
*

0 commit comments

Comments
 (0)