@tempots/std
biMin() function
Returns the minimum of two BigInt values.
Signature:
biMin: (x: bigint, y: bigint) => bigint
Parameters
Parameter |
Type |
Description |
---|---|---|
x |
bigint |
The first BigInt value. |
y |
bigint |
The second BigInt value. |
Returns: bigint
The smaller of the two BigInt values.