Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ acos() [6/9]

template<typename Container , require_container_st< std::is_arithmetic, Container > * = nullptr>
auto stan::math::acos ( const Container &  x)
inline

Version of acos() that accepts std::vectors, Eigen Matrix/Array objects or expressions, and containers of these.

Template Parameters
ContainerType of x
Parameters
xargument
Returns
Arc cosine of each variable in the container, in radians.

Definition at line 63 of file acos.hpp.