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
b
c
Returns
See
Native TEAL opcode: divw
Min AVM version: 6