Method on @sym: sqrt (x)

Symbolic sqrt function.

Example:

syms x
y = sqrt (exp(x))
  ⇒ y = (sym)
         ____
        ╱  x
      ╲╱  ℯ

Note: this file is autogenerated: if you want to edit it, you might want to make changes to ’generate_functions.py’ instead.

Package: symbolic