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

◆ asin() [5/9]

template<typename Container , require_not_container_st< std::is_arithmetic, Container > * = nullptr, require_not_var_matrix_t< Container > * = nullptr, require_all_not_nonscalar_prim_or_rev_kernel_expression_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.

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

Definition at line 47 of file asin.hpp.