Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/zoe
src/contractSupport
TypedMath
Interface TypedMath<T>
interface
TypedMath
<
T
>
{
add
:
(
(
a
,
b
)
=>
T
)
;
divide
:
(
(
a
,
b
)
=>
T
)
;
isGTE
:
(
(
a
,
b
)
=>
boolean
)
;
}
Type Parameters
T
Index
Properties
add
divide
isGTE
Properties
add
add
:
(
(
a
,
b
)
=>
T
)
Type declaration
(
a
,
b
)
:
T
Parameters
a
:
T
b
:
T
Returns
T
divide
divide
:
(
(
a
,
b
)
=>
T
)
Type declaration
(
a
,
b
)
:
T
Parameters
a
:
T
b
:
bigint
Returns
T
isGTE
isGTE
:
(
(
a
,
b
)
=>
boolean
)
Type declaration
(
a
,
b
)
:
boolean
Parameters
a
:
T
b
:
T
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
add
divide
isGTE
API documentation of Agoric SDK
Loading...