26 lines
514 B
Markdown

# Function acos
Calculate the inverse cosine of a value
acos(x)
For matrices, the function is evaluated element wise.
### Parameters
Parameter | Type | Description
--------- | ---- | -----------
`x` | Number | Boolean | Complex | Array | Matrix |
### Returns
Type | Description
---- | -----------
Number | Complex | Array | Matrix | res
<!-- Note: This file is automatically generated from source code comments. Changes made in this file will be overridden. -->