MCPcopy Create free account
hub / github.com/apache/fory / decimal

Function decimal

javascript/test/crossLanguage.test.ts:54–59  ·  view source on GitHub ↗
(
  unscaledValue: string | bigint | number,
  scale: number,
)

Source from the content-addressed store, hash-verified

52};
53
54function decimal(
55 unscaledValue: string | bigint | number,
56 scale: number,
57): Decimal {
58 return new Decimal(unscaledValue, scale);
59}
60
61function decimalValues(): Decimal[] {
62 return [

Callers 1

decimalValuesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected