@tempots/std

biMax() function

Returns the maximum of two BigInt values.

Signature:

biMax: (x: bigint, y: bigint) => bigint

Parameters

Parameter

Type

Description

x

bigint

The first BigInt value.

y

bigint

The second BigInt value.

Returns: bigint

The maximum of the two BigInt values.