Preparing search index...
The search index is not available
z3-solver
z3-solver
RealCreation
Interface RealCreation<Name>
interface
RealCreation
<
Name
extends
string
>
{
const
(
name
:
string
)
:
Arith
<
Name
>
;
consts
(
names
:
string
|
string
[]
)
:
Arith
<
Name
>
[]
;
fresh
(
prefix
?:
string
)
:
Arith
<
Name
>
;
sort
()
:
ArithSort
<
Name
>
;
val
(
value
:
string
|
number
|
bigint
|
CoercibleRational
)
:
RatNum
<
Name
>
;
vector
(
prefix
:
string
,
count
:
number
)
:
Arith
<
Name
>
[]
;
}
Type Parameters
Name
extends
string
Index
Methods
const
consts
fresh
sort
val
vector
Methods
const
const
(
name
:
string
)
:
Arith
<
Name
>
Parameters
name
:
string
Returns
Arith
<
Name
>
consts
consts
(
names
:
string
|
string
[]
)
:
Arith
<
Name
>
[]
Parameters
names
:
string
|
string
[]
Returns
Arith
<
Name
>
[]
fresh
fresh
(
prefix
?:
string
)
:
Arith
<
Name
>
Parameters
Optional
prefix
:
string
Returns
Arith
<
Name
>
sort
sort
()
:
ArithSort
<
Name
>
Returns
ArithSort
<
Name
>
val
val
(
value
:
string
|
number
|
bigint
|
CoercibleRational
)
:
RatNum
<
Name
>
Parameters
value
:
string
|
number
|
bigint
|
CoercibleRational
Returns
RatNum
<
Name
>
vector
vector
(
prefix
:
string
,
count
:
number
)
:
Arith
<
Name
>
[]
Parameters
prefix
:
string
count
:
number
Returns
Arith
<
Name
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
const
consts
fresh
sort
val
vector
z3-solver
Loading...