Number.Atan2

Number.Atan2 is a Power Query M function that calculates the arctangent of the division of two given numbers, y and x. The function returns the arctangent value of the division, constructed as y/x.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

Number.Atan2(
   y as nullable number,
   x as nullable number,
) as nullable number

Description

Returns the arctangent of the division of the two numbers, y and x. The divison will be constructed as y/x.

Other functions related to Number.Atan2 are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/number-atan2
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.