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
:
T
,
b
:
T
)
=>
T
)
;
divide
:
(
(
a
:
T
,
b
:
bigint
)
=>
T
)
;
isGTE
:
(
(
a
:
T
,
b
:
T
)
=>
boolean
)
;
}
Type Parameters
T
Index
Properties
add
divide
isGTE
Properties
add
add
:
(
(
a
:
T
,
b
:
T
)
=>
T
)
divide
divide
:
(
(
a
:
T
,
b
:
bigint
)
=>
T
)
isGTE
isGTE
:
(
(
a
:
T
,
b
:
T
)
=>
boolean
)
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
On This Page
Properties
add
divide
isGTE
API documentation of Agoric SDK
Loading...