DistributedVector<T>.AtanCore Method

Computes the inverse tangent of the elements of a vector.

Definition

Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected override Vector<T> AtanCore(
	Vector<T> result
)

Parameters

result  Vector<T>
The vector that is to hold the result. May be null.

Return Value

Vector<T>

See Also