AdvancedMathIntegralShi Method |
Computes the hyperbolic sine integral.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value of Shi(x).
See Also