Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Elementary Functions > Trigonometry > tand

tand

正接 (単位: 度)

呼び出し手順

t = tand(x)

引数

x

実数のベクトルまたは行列

t

実数のベクトルまたは行列

説明

tの要素は, x(単位:deg)の要素の正接となります.

tand([0 30 45 60 90])
tand([-90 0 90 180 270 360])
--> tand([0 30 45 60 90])
 ans  =
   0.   0.5773503   1.   1.7320508   Inf

--> tand([-90 0 90 180 270 360])
 ans  =
  -Inf   0.   Inf   0.  -Inf   0.

参照

  • atand — 2象限および 4象限逆正接, 結果の単位は度.
  • atan — 2象限および 4象限逆正接
  • tan — 正接
  • tanh — 双曲線正接
Report an issue
<< tan Trigonometry tanh >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 25 08:53:19 CET 2020