returns the arccosine of the given value
| std::sin | returns the sine of the given angle |
| std::cos | returns the cosine of the given angle |
| std::atan | returns the arctangent of the given value |
| std::tan | returns the tangent of the given angle |
| std::asin | returns the arcsine of the given value |