mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
Fix up more documentation formatting.
This commit is contained in:
parent
e15a39f463
commit
15e1a5ee86
6 changed files with 111 additions and 112 deletions
|
@ -36,9 +36,8 @@ extern "C" {
|
|||
|
||||
\pre \c p, \c q and \c x are Z3 expressions where \c p and \c q are arithmetic terms.
|
||||
Note that, any subterm that cannot be viewed as a polynomial is assumed to be a variable.
|
||||
Example: f(a) is a considered to be a variable in the polynomial
|
||||
|
||||
f(a)*f(a) + 2*f(a) + 1
|
||||
Example: \ccode{f(a)} is a considered to be a variable in the polynomial \ccode{
|
||||
f(a)*f(a) + 2*f(a) + 1}
|
||||
|
||||
def_API('Z3_polynomial_subresultants', AST_VECTOR, (_in(CONTEXT), _in(AST), _in(AST), _in(AST)))
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue