--- id: todegrees title: toDegrees Function sidebar_label: toDegrees slug: /help/docs/search/search-query-language/math-expressions/todegrees/ canonical: https://www.sumologic.com/help/docs/search/search-query-language/math-expressions/todegrees/ --- Converts angles from radians to degrees. ## Syntax `toDegrees() as ` ## Example ```sumo * | toDegrees(asin(1)) as v ```