@tempots/std

biIsOdd() function

Checks if a given bigint is odd.

Signature:

biIsOdd: (x: bigint) => boolean

Parameters

Parameter

Type

Description

x

bigint

The bigint to check.

Returns: boolean

true if the bigint is odd, false otherwise.