Automatic Differentiation
 
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.