正接 (単位: 度)
t = tand(x)
実数のベクトルまたは行列
tの要素は, x(単位:deg)の要素の正接となります.
t
x
mod=ieee();ieee(2); x=[0,30 45 60 90 360]; tand(x); ieee(mod);