--- id: hypot title: hypot Function sidebar_label: hypot slug: /help/docs/search/search-query-language/math-expressions/hypot/ canonical: https://www.sumologic.com/help/docs/search/search-query-language/math-expressions/hypot/ --- Returns the square root of the sum of an array of squares. ## Syntax `hypot(, ) as ` ## Example ```sumo * | hypot(3, 4) as c ```