Function: bigIntMax()
Max of two bigints.
bigIntMax<
T>(a,b):T
Defined in: packages/bitbadgesjs-sdk/src/common/math.ts:175
Max of two bigints.
Type Parameters
T
T extends NumberType
Parameters
a
T
b
T
Returns
T
Max of two bigints.
bigIntMax<
T>(a,b):T
Defined in: packages/bitbadgesjs-sdk/src/common/math.ts:175
Max of two bigints.
T extends NumberType
T
T
T