Log Analytics: Support for new trigonometric functions
- Services: Log Analytics
- Release Date: July 15, 2025
The following new trigonometric functions are now supported in Log Analytics queries: sin()
, cos()
, tan()
, arcsin()
, arccos()
, arctan()
, atan2()
, toDegrees()
, toRadians()
, pi()
, e()
.
Use these functions to analyze log data, particularly when dealing with periodic or cyclical patterns. They enable the extraction of frequency information, identify cyclical trends, and model seasonal variations in the data. This is especially useful in fields like time-series analysis, where understanding repeating patterns is crucial.