Overload List
| Name | Description | |
|---|---|---|
| Square(IIntExpr) |
Creates and returns the new expression e^2.
| |
| Square(INumExpr) |
Creates and returns an expression representing the
square of the expression
e (that is, e * e).
|