cotThe cot function calculates the trigonometric cotangent of the specified angle, in radians.Syntax`cot( X )` ArgumentsX: A real number.ResultsThe cotangent function value for X.ExamplesThis example returns 0.6173696237835551:print num = 45 | extend newField = cot( num ) Copy Run in Cribl Search PreviousPreviousNextNext