atan2
Returns the arctangent of the given numbers.
Arguments
y
- The first number to get the arctangent of. x
- The second number to get the arctangent of.
Example
{
"$template": {
"$comment": "The field below will be 45",
"test": "{{atan2(1, 1)}}"
}
}