@tempots/std

biIsNegative() function

Checks if a given bigint is negative.

Signature:

biIsNegative: (x: bigint) => boolean

Parameters

Parameter

Type

Description

x

bigint

The bigint to check.

Returns: boolean

true if the bigint is negative, false otherwise.