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