mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
FPA API: bugfixes and examples for .NET and Java
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
fa26e2423e
commit
0faf329054
5 changed files with 165 additions and 48 deletions
|
@ -3895,7 +3895,7 @@ namespace Microsoft.Z3
|
|||
/// the closest integer, again represented as a floating-point number.
|
||||
/// </summary>
|
||||
/// <param name="rm">term of RoundingMode sort</param>
|
||||
/// <param name="t2">floating-point term</param>
|
||||
/// <param name="t">floating-point term</param>
|
||||
public FPExpr MkFPRoundToIntegral(FPRMExpr rm, FPExpr t)
|
||||
{
|
||||
Contract.Ensures(Contract.Result<FPNum>() != null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue