18 package com.microsoft.z3;
20 import java.math.BigInteger;
32 return new IntNum(getContext(), Native.getNumerator(getContext().nCtx(),
41 return new IntNum(getContext(), Native.getDenominator(getContext().nCtx(),
70 return Native.getNumeralDecimalString(getContext().nCtx(), getNativeObject(),
79 return Native.getNumeralString(getContext().nCtx(), getNativeObject());
BigInteger getBigIntNumerator()
String toDecimalString(int precision)
BigInteger getBigIntDenominator()
def String(name, ctx=None)