@tempots/std

biIsZero() function

Checks if a given bigint is zero.

Signature:

biIsZero: (x: bigint) => boolean

Parameters

Parameter

Type

Description

x

bigint

The bigint to check.

Returns: boolean

true if the bigint is zero, false otherwise.