UNPKG
@ultron.foundation/v3-sdk
Version:
latest (3.7.6)
3.7.6
3.7.5
⚒️ An SDK for building applications on top of Ultron V3
@ultron.foundation/v3-sdk
/
dist
/
utils
/
fullMath.d.ts
8 lines
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
abstract
class
FullMath
{
/** * Cannot be constructed. */
private
constructor
(
);
static
mulDivRoundingUp
(
a
:
bigint
,
b
:
bigint
,
denominator
:
bigint
):
bigint
; }
//# sourceMappingURL=fullMath.d.ts.map