Stan Math Library
4.9.0
Automatic Differentiation
|
Return the value of a*log(b).
When both a and b are 0, the value returned is 0. The partial derivative with respect to a is log(b).
a | First variable. |
b | Second scalar. |
Definition at line 69 of file multiply_log.hpp.