org.matheclipse.core.builtin.constant
Class Infinity
- java.lang.Object
-
- org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
-
- org.matheclipse.core.builtin.constant.Infinity
-
- All Implemented Interfaces:
- ISymbolEvaluator, IEvaluator
public class Infinity extends AbstractSymbolEvaluator
See Infinity
-
-
Constructor Summary
Constructors Constructor and Description Infinity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IExprevaluate(ISymbol symbol)Symbolic evaluation of a symbolvoidsetUp(ISymbol symbol)This method will be called every time a new ISymbol will be created.-
Methods inherited from class org.matheclipse.core.eval.interfaces.AbstractSymbolEvaluator
numericEval
-
-
-
-
Method Detail
-
evaluate
public IExpr evaluate(ISymbol symbol)
Description copied from interface:ISymbolEvaluatorSymbolic evaluation of a symbol- Specified by:
evaluatein interfaceISymbolEvaluator- Overrides:
evaluatein classAbstractSymbolEvaluator- Parameters:
symbol- the symbol which should be evaluated- Returns:
- the evaluated object or
null, if evaluation isn't possible
-
setUp
public void setUp(ISymbol symbol)
Description copied from interface:IEvaluatorThis method will be called every time a new ISymbol will be created. In this method you can set ISymbol attributes or constants for the symbol- Specified by:
setUpin interfaceIEvaluator- Overrides:
setUpin classAbstractSymbolEvaluator- Parameters:
symbol- the symbol which should be set up
-
-
DMelt 3.0 © DataMelt by jWork.ORG