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

Function isNegative

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

Source from the content-addressed store, hash-verified

1541 * @since 2.0.0
1542 */
1543export const isNegative = (n: BigDecimal): boolean => n.value < bigint0
1544
1545/**
1546 * Checks whether a given `BigDecimal` is positive.

Callers 2

toExponentialFunction · 0.70
BigDecimal.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected