Skip to content

divw

divw(dividendHigh, dividendLow, divisor): uint64

Combines two uint64 into one uint128 and then divides it by another uint64

Parameters

dividendHigh: IntLike

high bits of the dividend

dividendLow: IntLike

low bits of the dividend

divisor: IntLike

divisor

Returns

uint64

Source

types/global.d.ts:1174