Method on @sym: asind (x)

Symbolic inverse sin function with output in degrees.

Example:

asind (sqrt (sym (2))/2)
  ⇒ (sym) 45

syms x
y = asind (x)
  ⇒ y = (sym)
      180⋅asin(x)
      ───────────
           π

See also: @sym/sind, @sym/asin.

Package: symbolic