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

◆ log2() [1/6]

template<typename T >
fvar< T > stan::math::log2 ( const fvar< T > &  x)
inline

Return the base two logarithm of the specified argument.

Template Parameters
Tinner type of the fvar
Parameters
xargument
Returns
base two logarithm of argument

Definition at line 20 of file log2.hpp.