Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.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 > csc

csc

引数のコセカント(余割)を要素毎に計算する.

呼出し手順

y = csc(x)

引数

x

実数または複素数の配列.

y

xと同じ次元の実数または複素数の配列.

説明

引数の要素毎のコセカント(余割)を計算します. コセカント(余割)は 1/sin で定義される周期関数です. 実数のデータの場合,結果は ]-%inf -1] U [1 %inf[の範囲の実数となります.

x=linspace(0.01,%pi-0.01,200)
clf();
plot(-x,csc(-x),x,csc(x))

参照

  • sec — 引数の割線を要素毎に計算する.
  • cscd — 度単位で指定した引数のコセカント(余割)を要素毎に計算する
Report an issue
<< cothm Trigonometry cscd >>

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:
Fri Apr 11 14:18:54 CEST 2014