mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	
							parent
							
								
									1ca3381390
								
							
						
					
					
						commit
						a8b02ddb93
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9394,7 +9394,7 @@ def _mk_fp_unary_norm(f, a, ctx): | ||||||
|     [a] = _coerce_fp_expr_list([a], ctx) |     [a] = _coerce_fp_expr_list([a], ctx) | ||||||
|     if z3_debug(): |     if z3_debug(): | ||||||
|         _z3_assert(is_fp(a), "First argument must be a Z3 floating-point expression") |         _z3_assert(is_fp(a), "First argument must be a Z3 floating-point expression") | ||||||
|     return FPRef(f(ctx.ref(), a.as_ast()), ctx) |     return BoolRef(f(ctx.ref(), a.as_ast()), ctx) | ||||||
| 
 | 
 | ||||||
| def _mk_fp_unary_pred(f, a, ctx): | def _mk_fp_unary_pred(f, a, ctx): | ||||||
|     ctx = _get_ctx(ctx) |     ctx = _get_ctx(ctx) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue