Click or drag to resize

Vector<T>.PointwiseAtan(Vector<T>) Method

Pointwise applies the atan function to each value

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void PointwiseAtan(
	Vector<T> result
)

Parameters

result  Vector<T>
The vector to store the result
See Also