Creates the square root of arg.
For example, to create the square root of x:
sqrt = new Sqrt(new Variable('x'));
Source
Sqrt(arg): super.sqrt(arg);
Creates the square root of arg.
For example, to create the square root of x:
sqrt = new Sqrt(new Variable('x'));
Sqrt(arg): super.sqrt(arg);