mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
{
|
|
"name": "atan2",
|
|
"type": "function",
|
|
"description": "Returns the inverse tangent of dy/dx by using the signs of the two arguments to determine the quadrant of the result.",
|
|
"arguments": [ {"arg":"dy","description":"y coordinate difference"},
|
|
{"arg":"dx","description":"x coordinate difference"}],
|
|
"examples": [ { "expression":"atan2(1.0, 1.732)", "returns":"0.523611477769969"}]
|
|
}
|