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

◆ log() [5/8]

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

Return the natural logarithm of the arithmetic argument.

Return the natural logarithm of the complex argument.

Template Parameters
VArithmetic argument
Parameters
[in]xargument
Returns
natural logarithm of the argument
Template Parameters
Vcomplex<Arithmetic> argument
Parameters
[in]xargument
Returns
natural logarithm of the argument

Definition at line 27 of file log.hpp.