org.matheclipse.core.generic
Class BinaryNumerical
- java.lang.Object
-
- org.matheclipse.core.generic.BinaryFunctorImpl<IExpr>
-
- org.matheclipse.core.generic.BinaryNumerical
-
- All Implemented Interfaces:
- BiFunction<IExpr,IExpr,IExpr>
public class BinaryNumerical extends BinaryFunctorImpl<IExpr>
Binary numerical function for functions like Plot3D- See Also:
org.matheclipse.core.reflection.system.Plot3D
-
-
Constructor Summary
Constructors Constructor and Description BinaryNumerical(IExpr fn, ISymbol v1, ISymbol v2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IExprapply(IExpr firstArg, IExpr secondArg)Executes the function and returns the result.ComplexNumvalue(ComplexNum z1, ComplexNum z2)doublevalue(double x, double y)-
Methods inherited from class org.matheclipse.core.generic.BinaryFunctorImpl
bind2
-
-
-
-
Method Detail
-
apply
public IExpr apply(IExpr firstArg, IExpr secondArg)
Description copied from class:BinaryFunctorImplExecutes the function and returns the result.- Specified by:
applyin interfaceBiFunction<IExpr,IExpr,IExpr>- Specified by:
applyin classBinaryFunctorImpl<IExpr>- Parameters:
firstArg- The first source object.secondArg- The second source object.- Returns:
- The resulting object.
-
value
public double value(double x, double y)
-
value
public ComplexNum value(ComplexNum z1, ComplexNum z2)
-
-
DMelt 3.0 © DataMelt by jWork.ORG