@tempots/std
biIsEven() function
Checks if a given bigint is even.
Signature:
biIsEven: (x: bigint) => boolean
Parameters
Parameter |
Type |
Description |
---|---|---|
x |
bigint |
The bigint to check. |
Returns: boolean
true
if the bigint is even, false
otherwise.