Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
949
export
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.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected