MCPcopy Index your code
hub / github.com/Effect-TS/effect / isZero

Function isZero

packages/effect/src/BigDecimal.ts:1092–1092  ·  view source on GitHub ↗
(n: BigDecimal)

Source from the content-addressed store, hash-verified

1090 * @category predicates
1091 */
1092export const isZero = (n: BigDecimal): boolean => n.value === bigint0
1093
1094/**
1095 * Checks if a given `BigDecimal` is negative.

Callers 1

toExponentialFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…