Number.Tan

Number.Tan is a Power Query M function that calculates the tangent of a given number. The function returns the tangent value as a number.

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

Syntax

Number.Tan( number as nullable number ) as nullable number

Description

Returns the tangent of number.

Examples

Find the tangent of the angle 1.

// Output: 1.5574077246549023
Number.Tan( 1 )

Other functions related to Number.Tan are:

BI Gorilla Youtube Channel

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