Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isZero
Function
isZero
packages/effect/src/BigDecimal.ts:1092–1092 ·
view source on GitHub ↗
(n: BigDecimal)
Source
from the content-addressed store, hash-verified
1090
* @category predicates
1091
*/
1092
export
const
isZero = (n: BigDecimal): boolean => n.value === bigint0
1093
1094
/**
1095
* Checks
if
a given `BigDecimal` is negative.
Callers
1
toExponential
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected