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

◆ asin() [6/9]

template<typename Container , require_ad_container_t< Container > * = nullptr>
auto stan::math::asin ( const Container &  x)
inline

Returns the elementwise asin() of the input, which may be a scalar or any Stan container of numeric scalars.

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

Template Parameters
Containertype of container
Parameters
xcontainer
Returns
Arcsine of each variable in the container, in radians.
Template Parameters
ContainerType of x
Parameters
xContainer
Returns
Arcsine of each variable in the container, in radians.

Definition at line 66 of file asin.hpp.