Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - English


csc

сomputes the element-wise cosecant of the argument

Syntax

y = csc(x)

Arguments

x

a real or complex array.

y

a real or complex array with same dimensions as x.

Description

Computes the element-wise cosecant of the argument. The cosecant is a periodic function defined as 1/sin(x). For real data the results are real and in ]-∞,-1] ∪ [1,∞[.

Sample

Examples

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

See also

  • sec — computes the element-wise secant of the argument
  • cscd — сomputes the element-wise cosecant of the argument given in degree
Report an issue
<< coth 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:
Mon May 22 12:37:05 CEST 2023