Atan2()
Math::Atan2(double, double) method
Calculates the arctan of the ration of the specified values.
static double System::Math::Atan2(double y, double x)
Arguments
Parameter | Type | Description |
---|---|---|
y | double | The point’s y coordinate |
x | double | The point’s x coordinate |
Return Value
Arctan of y/x
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides