@tempots/std

biFloorDiv() function

Divides two BigInt numbers and returns the largest integer less than or equal to the quotient.

Signature:

biFloorDiv: (x: bigint, y: bigint) => bigint

Parameters

Parameter

Type

Description

x

bigint

The dividend.

y

bigint

The divisor.

Returns: bigint

The largest integer less than or equal to the quotient of x divided by y.