Skip to main content
Helpful?

FullMath

@uniswap/v3-sdk / Exports / FullMath

Class: FullMath

Table of contents

Constructors

Methods

Constructors

constructor

Private new FullMath()

Cannot be constructed.

Defined in

utils/fullMath.ts:8

Methods

mulDivRoundingUp

Static mulDivRoundingUp(a, b, denominator): default

Parameters

NameType
adefault
bdefault
denominatordefault

Returns

default

Defined in

utils/fullMath.ts:10

Helpful?