intInfo
constintInfo:object
Defined in: packages/pythonlib/src/sys.ts:287
Integer representation info (similar to Python’s sys.int_info).
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
bitsPerDigit | number | 30 | packages/pythonlib/src/sys.ts:288 |
defaultMaxStrDigits | number | 4300 | packages/pythonlib/src/sys.ts:290 |
sizeofDigit | number | 4 | packages/pythonlib/src/sys.ts:289 |
strDigitsCheckThreshold | number | 640 | packages/pythonlib/src/sys.ts:291 |