WLJS LogoWLJS Notebook

Sqrt

Sqrt[z] gives the square root of z.

Examples

Exact square roots:

Sqrt[16]
(* 4 *)

Sqrt[2]
(* Sqrt[2] - kept symbolic *)

Numerical evaluation:

Sqrt[2.0]
(* 1.41421 *)

Please visit the official Wolfram Language Reference for more details.

On this page