Number.Sin is a Power Query M function that calculates the sine of a given number. The function returns the sine value of the input number.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Number.Sin( number as nullable number ) as nullable number
Description
Returns the sine of number
.
Examples
Find the sine of the angle 0.
// Output: 0
Number.Sin( 0 )
Related functions
Other functions related to Number.Sin are:
- Number.Acos
- Number.Asin
- Number.Atan
- Number.Atan2
- Number.Cos
- Number.Cosh
- Number.Sinh
- Number.Tan
- Number.Tanh
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy