Package jscl.math.function.trigonometric
Class Cot
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Trigonometric
-
- jscl.math.function.trigonometric.Cot
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Cot extends Trigonometric
-
-
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()Genericidentity(Generic a, Generic b)protected Variablenewinstance()-
Methods inherited from class jscl.math.function.Trigonometric
antiderivative, identity
-
Methods inherited from class jscl.math.function.Function
compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Constructor Detail
-
Cot
public Cot(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
-
identity
public Generic identity(Generic a, Generic b)
- Specified by:
identityin classTrigonometric
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-