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.3
C#
The inverse tangent of x, in radians.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T Atan(
T x
)
Parameters
- x T
- A number.
Return Value
TThe inverse tangent of x, in radians.