Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
1110
export
const
isNegative = (n: BigDecimal): boolean => n.value < bigint0
1111
1112
/**
1113
* Checks
if
a given `BigDecimal` is positive.
Callers
2
toExponential
Function · 0.70
BigDecimal.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected