Method on @sym: tand (x)

Symbolic tan function with input in degrees.

Example:

tand (sym (60))
  ⇒ (sym) √3

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

See also: @sym/atand, @sym/tan.

Package: symbolic