AdvancedMathClausen Method |
Computes the Clausen integral.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double Clausen(
double t
)
Public Shared Function Clausen (
t As Double
) As Double
public:
static double Clausen(
double t
)
static member Clausen :
t : float -> float
Parameters
- t
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of Cl
2(t).
See Also