Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isNegative
Function
isNegative
packages/effect/src/BigDecimal.ts:1543–1543 ·
view source on GitHub ↗
(n: BigDecimal)
Source
from the content-addressed store, hash-verified
1541
* @since 2.0.0
1542
*/
1543
export
const
isNegative = (n: BigDecimal): boolean => n.value < bigint0
1544
1545
/**
1546
* Checks whether 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