iemisc (version 0.9.9)

acscd: Inverse cosecant (in degrees) [GNU Octave/MATLAB compatible]

Description

Calculates the value of inverse cosecant for each element of x in degrees in a manner compatible with GNU Octave/MATLAB.

Usage

acscd(x)

Value

The inverse cosecant of each element of x in degrees.

Arguments

x

A numeric vector containing values in degrees

Author

David Bateman (GNU Octave acscd), Irucka Embry

References

John W. Eaton, David Bateman, and Søren Hauberg (2009). GNU Octave version 3.0.1 manual: a high-level interactive language for numerical computations. CreateSpace Independent Publishing Platform. ISBN 1441413006, URL http://www.gnu.org/software/octave/doc/interpreter/. Page 359.

Examples

Run this code
library("iemisc")

# Examples from GNU Octave acscd
acscd (seq(0, 90, by = 10))


Run the code above in your browser using DataLab