Creates and returns the new expression e^2
.
Creates and returns the new expression e^2
.
IIntExpr Square(IIntExpr);
Creates and returns an expression representing the square of the expression e
(that is, e * e
).
INumExpr Square(INumExpr);