The inverse cosine trigonometric function (acos) calculates the angle whose cosine is the input value.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Value | The given value for which the angle is calculated. Must be in the domain Primary Input | f32f64 |
| Radians | Whether the resulting angle should be given in as radians instead of degrees. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | f64f32 |