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

◆ abs() [3/7]

template<typename T , require_arithmetic_t< T > * = nullptr>
T stan::math::abs ( x)
inline

Return the absolute value of the specified arithmetic argument.

The return type is the same as the argument type.

Template Parameters
Ttype of argument (must be arithmetic)
Parameters
xargument
Returns
absolute value of argument

Definition at line 25 of file abs.hpp.