

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# SQUARE\_ROOT
<a name="recipe-actions.functions.SQUARE_ROOT"></a>

傳回新資料欄中值的平方根。

**Parameters**
+ `sourceColumn` – 現有資料欄的名稱。
+ `targetColumn` – 要建立的新資料欄的名稱。

**Example 範例**  
  

```
{
    "RecipeAction": {
        "Operation": "SQUARE_ROOT",
        "Parameters": {
            "sourceColumn": "age",
            "targetColumn": "age_SQUARE_ROOT"
        }
    }
}
```