Skip to contents

The `acosd` function computes the inverse cosine (arccosine) of a numeric value and converts the result from radians to degrees.

Usage

acosd(x)

Arguments

x

A numeric value or vector. The input should be within the range [-1, 1], as values outside this range will produce NaN values.

Value

A numeric value or vector representing the arccosine of the input, expressed in degrees.