Click or drag to resize

NMathFunctionsSinh(FloatComplexVector) Method

Creates a new vector with the same size as a given vector, whose values are the result of applying the hyperbolic sine function to each element of the vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplexVector Sinh(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
A vector.

Return Value

FloatComplexVector
A new vector.
Remarks
u[i] = NMathFunctions.Sinh(v[i])
See Also