Z3
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions
FPRMRef Class Reference
+ Inheritance diagram for FPRMRef:

Public Member Functions

def as_string
 
- Public Member Functions inherited from ExprRef
def as_ast
 
def get_id
 
def sort
 
def sort_kind
 
def __eq__
 
def __hash__
 
def __ne__
 
def params
 
def decl
 
def num_args
 
def arg
 
def children
 
- Public Member Functions inherited from AstRef
def __init__
 
def __del__
 
def __deepcopy__
 
def __str__
 
def __repr__
 
def __eq__
 
def __hash__
 
def __nonzero__
 
def __bool__
 
def sexpr
 
def as_ast
 
def get_id
 
def ctx_ref
 
def eq
 
def translate
 
def __copy__
 
def hash
 
- Public Member Functions inherited from Z3PPObject
def use_pp
 

Additional Inherited Members

- Data Fields inherited from AstRef
 ast
 
 ctx
 

Detailed Description

Floating-point rounding mode expressions

Definition at line 8934 of file z3py.py.

Member Function Documentation

def as_string (   self)
Return a Z3 floating point expression as a Python string.

Definition at line 8937 of file z3py.py.

8938  def as_string(self):
8939  """Return a Z3 floating point expression as a Python string."""
8940  return Z3_ast_to_string(self.ctx_ref(), self.as_ast())
8941 
Z3_string Z3_API Z3_ast_to_string(Z3_context c, Z3_ast a)
Convert the given AST node into a string.
def as_ast
Definition: z3py.py:344
def ctx_ref
Definition: z3py.py:352
def as_string
Definition: z3py.py:8937