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

参照

作者

  • Serge Steer, INRIA
<< 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:
Wed Jan 26 16:25:03 CET 2011