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 b is a/b.
a | First scalar. |
b | Second variable. |
Definition at line 83 of file lmultiply.hpp.