AdvancedMathIntegralShi Method
Computes the hyperbolic sine integral.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double IntegralShi(
double x
)
Public Shared Function IntegralShi (
x As Double
) As Double
public:
static double IntegralShi(
double x
)
static member IntegralShi :
x : float -> float
- x Double
- The argument.
DoubleThe value of Shi(x).