Computes the inverse hyperbolic sine of each element of an array.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override void Asinh(
int length,
ArraySlice<double> operand,
ArraySlice<double> result
)
Public Overrides Sub Asinh (
length As Integer,
operand As ArraySlice(Of Double),
result As ArraySlice(Of Double)
)
public:
virtual void Asinh(
int length,
ArraySlice<double> operand,
ArraySlice<double> result
) override
abstract Asinh :
length : int *
operand : ArraySlice<float> *
result : ArraySlice<float> -> unit
override Asinh :
length : int *
operand : ArraySlice<float> *
result : ArraySlice<float> -> unit
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - operand
- Type: Extreme.CollectionsArraySliceDouble
The array that holds the operands. - result
- Type: Extreme.CollectionsArraySliceDouble
The array that holds the results.
Implements
IArrayFunctionsT, TShape, TArrayAsinh(TShape, TArray, TArray)
Numerical Libraries
Supported in: 6.0, 5.x
Reference