IOperations<T>.Atan Method

Returns the angle whose tangent is the specified number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Atan(
	T x
)

Parameters

x  T
A number.

Return Value

T
The inverse tangent of x, in radians.

See Also