Log Analytics: Support for new trigonometric functions

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.

See eval and where commands documentation.