acos
Description
Use the acos object to calculate and output the arc-cosine of any given number.
Examples

Arguments
initial-value [float or int]
Optional
Sets the initial value for the arc-cosine function.
Attributes
Common Box Attributes
Messages
bang
Calculates the arc-cosine of the number currently stored. If there is no argument, acos initially holds .
int
Arguments
input
[int]
Input to the arc-cosine function
float
Arguments
input
[float]
Input to the arc-cosine function
Output
float
The arc-cosine of the input.
int
The arc-cosine of the input.
See Also
Name | Description |
---|---|
acosh | |
cos | |
cosh |