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

◆ asin() [8/9]

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

Return the principal value of the arc sine, in radians, of the specified variable (cmath).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
xVariable with cells in range [-1, 1].
Returns
Arc sine of variable, in radians.

Definition at line 68 of file asin.hpp.