1 #ifndef STAN__AGRAD__REV__FUNCTIONS__LOG10_HPP
2 #define STAN__AGRAD__REV__FUNCTIONS__LOG10_HPP
13 class log10_vari :
public op_v_vari {
16 log10_vari(vari* avi) :
17 op_v_vari(std::
log10(avi->val_),avi),
56 return var(
new log10_vari(a.
vi_));
const double LOG_10
The natural logarithm of 10, .
vari * vi_
Pointer to the implementation of this variable.
Independent (input) and dependent (output) variables for gradients.
fvar< T > log10(const fvar< T > &x)