mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 11:51:20 +00:00
FPA API clarification
This commit is contained in:
parent
9ebea09d05
commit
758a6d98fb
1 changed files with 2 additions and 2 deletions
|
@ -253,9 +253,9 @@ extern "C" {
|
||||||
|
|
||||||
This is the operator named `fp' in the SMT FP theory definition.
|
This is the operator named `fp' in the SMT FP theory definition.
|
||||||
Note that \c sign is required to be a bit-vector of size 1. Significand and exponent
|
Note that \c sign is required to be a bit-vector of size 1. Significand and exponent
|
||||||
are required to be greater than 1 and 2 respectively. The FloatingPoint sort
|
are required to be longer than 1 and 2 respectively. The FloatingPoint sort
|
||||||
of the resulting expression is automatically determined from the bit-vector sizes
|
of the resulting expression is automatically determined from the bit-vector sizes
|
||||||
of the arguments.
|
of the arguments. The exponent is assumed to be in IEEE-754 biased representation.
|
||||||
|
|
||||||
\param c logical context
|
\param c logical context
|
||||||
\param sgn sign
|
\param sgn sign
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue