Constructor and Description |
---|
BinaryNumerical(IExpr fn,
ISymbol v1,
ISymbol v2) |
Modifier and Type | Method and Description |
---|---|
IExpr |
apply(IExpr firstArg,
IExpr secondArg)
Executes the function and returns the result.
|
ComplexNum |
value(ComplexNum z1,
ComplexNum z2) |
double |
value(double x,
double y) |
bind2
public IExpr apply(IExpr firstArg, IExpr secondArg)
BinaryFunctorImpl
public double value(double x, double y)
public ComplexNum value(ComplexNum z1, ComplexNum z2)