jsci.maths.analysis
Class Tangent
- java.lang.Object
-
- jsci.maths.analysis.RealFunction
-
- jsci.maths.analysis.Tangent
-
- All Implemented Interfaces:
- java.io.Serializable, Ring.Member, AbelianGroup.Member, Mapping, Member
public class Tangent extends RealFunction
The tangent function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Tangent()Constructs a tangent function of the formtan(x).Tangent(double A, double w, double k)Constructs a tangent function of the formA tan(wx+k).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description RealFunctiondifferentiate()Returns the differential of this function.doublemap(double x)A user-defined function.
-
-
-
Constructor Detail
-
Tangent
public Tangent()
Constructs a tangent function of the formtan(x).
-
Tangent
public Tangent(double A, double w, double k)Constructs a tangent function of the formA tan(wx+k).
-
-
Method Detail
-
map
public double map(double x)
Description copied from interface:MappingA user-defined function.
-
differentiate
public RealFunction differentiate()
Description copied from class:RealFunctionReturns the differential of this function.- Specified by:
differentiatein classRealFunction
-
-
DMelt 3.0 © DataMelt by jWork.ORG