Package jscl.math.function
Class Log
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Log
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Log extends Function
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Genericantiderivative(int n)Genericderivative(int n)Genericevalelem()Genericevalfunc()Genericevalnum()Genericevalsimp()Genericevaluate()protected Variablenewinstance()java.lang.StringtoMathML()-
Methods inherited from class jscl.math.function.Function
antiderivative, compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Constructor Detail
-
Log
public Log(Generic generic)
-
-
Method Detail
-
antiderivative
public Generic antiderivative(int n) throws NotIntegrableException
- Specified by:
antiderivativein classFunction- Throws:
NotIntegrableException
-
derivative
public Generic derivative(int n)
- Specified by:
derivativein classFunction
-
toMathML
public java.lang.String toMathML()
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-