MCPcopy
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.jsFile · 0.80
sin.test.jsFile · 0.80
cos.test.jsFile · 0.80
csc.test.jsFile · 0.80
tan.test.jsFile · 0.80
cot.test.jsFile · 0.80
cbrt.test.jsFile · 0.80
typed.test.jsFile · 0.80
Unit.test.jsFile · 0.80
testTypes.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected