diff options
-rw-r--r-- | src/corelib/kernel/qmath.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/kernel/qmath.qdoc b/src/corelib/kernel/qmath.qdoc index 345d35e..4d9897b 100644 --- a/src/corelib/kernel/qmath.qdoc +++ b/src/corelib/kernel/qmath.qdoc @@ -112,9 +112,9 @@ */ /*! - \fn qreal qAtan2(qreal x, qreal y) - Returns the arctangent of a point specified by the coordinates \a x and \a y. - This function will return the angle and its direction. + \fn qreal qAtan2(qreal y, qreal x) + Returns the arctangent of a point specified by the coordinates \a y and \a x. + This function will return the angle (argument) of that point. \relates <QtCore/qmath.h> \sa qAtan() |