Package jscl.math.function.hyperbolic
Class Asinh
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.ArcTrigonometric
-
- jscl.math.function.hyperbolic.Asinh
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Asinh extends ArcTrigonometric
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Genericderivative(int n)Genericevalelem()Genericevalfunc()Genericevalnum()Genericevaluate()protected Variablenewinstance()-
Methods inherited from class jscl.math.function.ArcTrigonometric
antiderivative, evalsimp
-
Methods inherited from class jscl.math.function.Function
antiderivative, 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
-
Asinh
public Asinh(Generic generic)
-
-
Method Detail
-
derivative
public Generic derivative(int n)
- Specified by:
derivativein classFunction
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-