Number.Atan2

Updated on

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:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/number-atan2

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy