Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Trigonometry > csc

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 . For real data the results are real and in .

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016