MCPcopy Index your code
hub / github.com/josdejong/mathjs / isNegative.js

File isNegative.js

src/function/utils/isNegative.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { deepMap } from '../../utils/collection.js'
2import { factory } from '../../utils/factory.js'
3import { isNegativeNumber } from '../../plain/number/index.js'
4import { nearlyEqual as bigNearlyEqual } from '../../utils/bignumber/nearlyEqual.js'

Callers

nothing calls this directly

Calls 6

factoryFunction · 0.90
nearlyEqualFunction · 0.90
isNegativeNumberFunction · 0.90
deepMapFunction · 0.90
isZeroMethod · 0.65
isNaNMethod · 0.65

Tested by

no test coverage detected