Number.Atan is a Power Query M function that calculates the arctangent of a given number. The function returns the arctangent value of the input number.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Number.Atan( number as nullable number ) as nullable number
Description
Returns the arctangent of number
.
Related functions
Other functions related to Number.Atan are:
- Number.Acos
- Number.Asin
- Number.Atan2
- Number.Cos
- Number.Cosh
- Number.Sin
- Number.Sinh
- Number.Tan
- Number.Tanh
