Operators.atan2<^T1,'T2> Function (F#)
Visual Studio 2012
Inverse tangent of x/y where x and y are specified separately.
Namespace/Module Path: Microsoft.FSharp.Core.Operators
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: atan2 : ^T1 -> ^T1 -> 'T2 (requires ^T1 with static member Atan2) // Usage: atan2 y x