cos The cos function returns the cosine of the specified numeric expression.Syntax cos( X ) CopyArguments X: A real number.Examples This example returns 0.5403023058681398:print num = 1 | extend newField = cos( num ) Copy Run in Cribl Search PreviousPreviousNextNext