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

Function isNegative

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

Source from the content-addressed store, hash-verified

1108 * @category predicates
1109 */
1110export const isNegative = (n: BigDecimal): boolean => n.value < bigint0
1111
1112/**
1113 * Checks if a given `BigDecimal` is positive.

Callers 2

toExponentialFunction · 0.70
BigDecimal.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected