Cosine Inverse

The inverse cosine trigonometric function (acos) calculates the angle whose cosine is the input value.

Interface

Inputs

ParameterDetailsPossible Types
Value

The given value for which the angle is calculated. Must be in the domain [-1, 1] (it will be clamped to -1 or 1 otherwise).

Primary Input

f32
f64
Radians

Whether the resulting angle should be given in as radians instead of degrees.

Default: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32