@tempots/std

biIsPositive() function

Checks if a bigint is positive.

Signature:

biIsPositive: (x: bigint) => boolean

Parameters

Parameter

Type

Description

x

bigint

The bigint to check.

Returns: boolean

true if the bigint is positive, false otherwise.