Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ fromBigInt
Function
fromBigInt
packages/effect/src/BigDecimal.ts:803–803 ·
view source on GitHub ↗
(n: bigint)
Source
from the content-addressed store, hash-verified
801
* @category constructors
802
*/
803
export
const
fromBigInt = (n: bigint): BigDecimal => make(n, 0)
804
805
/**
806
* Creates a `BigDecimal` from a `number` value.
Callers
nothing calls this directly
Calls
1
make
Function · 0.70
Tested by
no test coverage detected