Computes the inverse hyperbolic tangent of each element of an array.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.SinglePrecision.Net40 (in Extreme.Numerics.SinglePrecision.Net40.dll) Version: 6.0.16073.0 (6.0.16355.0)
public override void Atanh(
int length,
ArraySlice<float> operand,
ArraySlice<float> result
)
Public Overrides Sub Atanh (
length As Integer,
operand As ArraySlice(Of Single),
result As ArraySlice(Of Single)
)
public:
virtual void Atanh(
int length,
ArraySlice<float> operand,
ArraySlice<float> result
) override
abstract Atanh :
length : int *
operand : ArraySlice<float32> *
result : ArraySlice<float32> -> unit
override Atanh :
length : int *
operand : ArraySlice<float32> *
result : ArraySlice<float32> -> unit
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - operand
- Type: Extreme.CollectionsArraySliceSingle
The array that holds the operands. - result
- Type: Extreme.CollectionsArraySliceSingle
The array that holds the results.
Implements
IArrayFunctionsT, TShape, TArrayAtanh(TShape, TArray, TArray)
Numerical Libraries
Supported in: 6.0
Reference