--- id: cbrt title: cbrt Function sidebar_label: cbrt slug: /help/docs/search/search-query-language/math-expressions/cbrt/ canonical: https://www.sumologic.com/help/docs/search/search-query-language/math-expressions/cbrt/ --- The cube root function returns the cube root value of x. ## Syntax `cbrt() as ` ## Example ```sumo * | cbrt(8) as v ```