verify[testeq] - verify the equality of two expressions
|
Calling Sequence
|
|
verify(expr1, expr2, testeq)
|
|
Parameters
|
|
expr1, expr2
|
-
|
anything, assumed to be of type algebraic
|
|
|
|
|
Description
|
|
•
|
The verify(expr1, expr2, testeq) function returns true if the difference between the arguments expr1 and expr2 is zero after applying the testeq routine.
|
•
|
This verification is symmetric in its arguments.
|
•
|
If either expr1 or expr2 is not of type algebraic, then false is returned.
|
|
|
Download Help Document
Was this information helpful?