Computes the inverse hyperbolic tangent 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 virtual void Atanh(
int length,
ArraySlice<T> operand,
ArraySlice<T> result
)
Public Overridable Sub Atanh (
length As Integer,
operand As ArraySlice(Of T),
result As ArraySlice(Of T)
)
public:
virtual void Atanh(
int length,
ArraySlice<T> operand,
ArraySlice<T> result
)
abstract Atanh :
length : int *
operand : ArraySlice<'T> *
result : ArraySlice<'T> -> unit
override Atanh :
length : int *
operand : ArraySlice<'T> *
result : ArraySlice<'T> -> unit
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - operand
- Type: Extreme.CollectionsArraySliceT
The array that holds the operands. - result
- Type: Extreme.CollectionsArraySliceT
The array that holds the results.
Implements
IArrayFunctionsT, TShape, TArrayAtanh(TShape, TArray, TArray)
Numerical Libraries
Supported in: 6.0
Reference