Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
acos.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

var stan::math::acos (const var &x)
 Return the principal value of the arc cosine of a variable, in radians (cmath).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::acos (const VarMat &x)
 Return the principal value of the arc cosine of a variable, in radians (cmath).
 
std::complex< varstan::math::acos (const std::complex< var > &x)
 Return the arc cosine of the complex argument.