Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/josdejong/mathjs
/ isBigNumber
Method
isBigNumber
types/index.d.ts:3642–3642 ·
view source on GitHub ↗
(x: unknown)
Source
from the content-addressed store, hash-verified
3640
isNumber(x: unknown): x is number
3641
3642
isBigNumber(x: unknown): x is BigNumber
3643
3644
isBigInt(x: unknown): x is bigint
3645
Callers
10
sec.test.js
File · 0.80
sin.test.js
File · 0.80
cos.test.js
File · 0.80
csc.test.js
File · 0.80
tan.test.js
File · 0.80
cot.test.js
File · 0.80
cbrt.test.js
File · 0.80
typed.test.js
File · 0.80
Unit.test.js
File · 0.80
testTypes.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected