Method on @sym: sind (x)

Symbolic sin function with input in degrees.

Example:

2*sind (sym (60))
  ⇒ (sym) √3

syms x
y = sind (x)
  ⇒ y = (sym)
         ⎛π⋅x⎞
      sin⎜───⎟
         ⎝180⎠

See also: @sym/asind, @sym/sin.

Package: symbolic