Package jscl.math.function
Class Trigonometric
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Trigonometric
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Constructor Summary
Constructors Constructor Description Trigonometric(java.lang.String name, Generic[] parameter)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Genericantiderivative(Variable variable)Genericidentity()abstract Genericidentity(Generic a, Generic b)-
Methods inherited from class jscl.math.function.Function
antiderivative, compareTo, derivative, derivative, elementary, evalelem, evalfunc, evalnum, evalsimp, evaluate, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
-
-
-
Constructor Detail
-
Trigonometric
public Trigonometric(java.lang.String name, Generic[] parameter)
-
-
Method Detail
-
antiderivative
public Generic antiderivative(Variable variable) throws NotIntegrableException
- Overrides:
antiderivativein classFunction- Throws:
NotIntegrableException
-
identity
public Generic identity()
-
-