Method on @sym: atand (x)

Symbolic inverse tan function with output in degrees.

Example:

atand (sqrt (sym (3)))
  ⇒ (sym) 60

syms x
y = atand (x)
  ⇒ y = (sym)
      180⋅atan(x)
      ───────────
           π

See also: @sym/tand, @sym/atan.

Package: symbolic