Skip to content

divw

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / op / divw

Function: divw()

divw(a, b, c): uint64

Defined in: packages/algo-ts/src/op.ts:746

A,B / C. Fail if C == 0 or if result overflows. The notation A,B indicates that A and B are interpreted as a uint128 value, with A as the high uint64 and B the low.

Parameters

a

uint64

b

uint64

c

uint64

Returns

uint64

See

Native TEAL opcode: divw Min AVM version: 6