ManagedArrayFunctionsOfSingle.Sinh Method

Computes the hyperbolic sine of each element of an array.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
public override void Sinh(
	int length,
	ArraySlice<float> operand,
	ArraySlice<float> result
)

Parameters

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

Implements

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

See Also