mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
514 B
514 B
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 |