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

Function sign

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

Source from the content-addressed store, hash-verified

947 * @since 2.0.0
948 */
949export const sign = (n: BigDecimal): Ordering => n.value === bigint0 ? 0 : n.value < bigint0 ? -1 : 1
950
951/**
952 * Determines the absolute value of a given `BigDecimal`.

Callers 1

BigDecimal.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected