BigInt¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input value to convert to a big integer. | Int Float String Bytes |
||
Output ➡️ |
Big integer represented as bytes. | Bytes |
Converts various input types to a big integer represented as bytes. Big integers are signed and can be of arbitrary size. This allows for users to work with numbers that are too large to be represented by standard integer types.