Returns the angle whose tangent is the specified number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Atan(
T value
)
Public Shared Function Atan (
value As T
) As T
public:
static T Atan(
T value
)
static member Atan :
value : 'T -> 'T
Parameters
- value
- Type: T
Return Value
Type:
T
Reference