Copy as Markdown View as Markdown (opens in new tab) View on GitHub (opens in new tab) Open in... ChatGPT (opens in new tab) Claude (opens in new tab) Perplexity (opens in new tab) sqrt sqrt(number: Number): Number Returns the square root of a number. Parameters Name Description number The number to evaluate. Example This example returns the square root of a number. Source %dw 2.0 output application/json --- [ sqrt(4), sqrt(25), sqrt(100) ] Output [ 2, 5, 10 ]