MCPcopy Create free account
hub / github.com/Effect-TS/effect / isZero

Function isZero

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

Source from the content-addressed store, hash-verified

1519 * @since 2.0.0
1520 */
1521export const isZero = (n: BigDecimal): boolean => n.value === bigint0
1522
1523/**
1524 * Checks whether a given `BigDecimal` is negative.

Callers 1

toExponentialFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected