MCPcopy Index your code
hub / github.com/Effect-TS/effect / BigDecimal.ts

File BigDecimal.ts

packages/effect/src/BigDecimal.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * This module provides utility functions and type class instances for working with the `BigDecimal` type in TypeScript.
3 * It includes functions for basic arithmetic operations, as well as type class instances for `Equivalence` and `Order`.
4 *

Callers

nothing calls this directly

Calls 14

unsafeMakeNormalizedFunction · 0.85
divideWithPrecisionFunction · 0.85
numberMethod · 0.80
makeFunction · 0.70
signFunction · 0.70
EquivalenceFunction · 0.70
isPositiveFunction · 0.70
lessThanFunction · 0.70
isNegativeFunction · 0.70
greaterThanFunction · 0.70
equalsFunction · 0.70
makeMethod · 0.65

Tested by

no test coverage detected