iemisc (version 0.9.8)

acosd: Inverse cosine (in degrees) [GNU Octave/MATLAB compatible]

Description

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

Usage

acosd(x)

Arguments

x

A numeric vector containing values in degrees

Value

The inverse cosine of each element of x in degrees.

References

John W. Eaton, David Bateman, and S<U+00F8>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
# NOT RUN {
library("iemisc")

# Examples from GNU Octave acosd
acosd (seq(0, 1, by = 0.1))



# }

Run the code above in your browser using DataCamp Workspace