AdvancedMathIntegralTi Method |
Computes the inverse tangent integral.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double IntegralTi(
double x
)
Public Shared Function IntegralTi (
x As Double
) As Double
public:
static double IntegralTi(
double x
)
static member IntegralTi :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of Ti
2(x).
Remarks The inverse tangent integral is defined by:
See Also