C# Class numl.Math.Functions.Tanh

A hyperbolic tangent.
Inheritance: Function
ファイルを表示 Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
Compute ( double x ) : double

Computes the given x coordinate.

Derivative ( double x ) : double

Derivatives the given x coordinate.

Method Details

Compute() public method

Computes the given x coordinate.
public Compute ( double x ) : double
x double The Vector to process.
return double

Derivative() public method

Derivatives the given x coordinate.
public Derivative ( double x ) : double
x double The Vector to process.
return double