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 > atand

atand

2象限および 4象限逆正接, 結果の単位は度.

呼び出し手順

phi = atand(x)

phi = atand(y, x)

引数

x

実数のスカラー/ベクトル/行列

phi

実数のスカラー/ベクトル/行列

x, y

同じサイズの実数(スカラー,ベクトルまたは行列)

phi

実数(スカラー,ベクトルまたは行列)

説明

最初の形式は2象限逆正接を計算します. これは,tand(phi)の逆関数です. phi[-90, 90] の範囲となります.

2番目の形式は4象限逆正接を計算します(Fortranの atan2). この場合,この関数は,複素数 x+i*y の偏角(角度)を 返します. atand(y,x)の範囲は,[-180, 180i] です.

引数が実数の場合,x>0の時は 両形式とも同じ値となります.

サンプル

// 二番目の形式の例
x=[0,1/sqrt(3),1,sqrt(3),%inf,0]
atand(x)

参照

  • atan — 2象限および 4象限逆正接
  • tan — 正接
  • tand — 正接 (単位: 度)
Report an issue
<< atan Trigonometry atanh >>

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