MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / floatMaxString

Function floatMaxString

packages/ibkr/src/common.ts:23–25  ·  view source on GitHub ↗
(val: number)

Source from the content-addressed store, hash-verified

21} from './server-versions.js'
22
23function floatMaxString(val: number): string {
24 return val === Number.MAX_VALUE ? '' : String(val)
25}
26
27function decimalMaxString(val: Decimal): string {
28 return val.eq(UNSET_DECIMAL) ? '' : val.toString()

Callers 7

toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected