ManagedArrayFunctions.Atanh Method

Computes the inverse hyperbolic tangent of each element of an array.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override void Atanh(
	int length,
	ArraySlice<double> operand,
	ArraySlice<double> result
)

Parameters

length  Int32
The number of elements in the array.
operand  ArraySlice<Double>
The array that holds the operands.
result  ArraySlice<Double>
The array that holds the results.

Implements

IArrayFunctions<T, TShape, TArray>.Atanh(TShape, TArray, TArray)

See Also