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

◆ multiply_log() [8/10]

var stan::math::multiply_log ( const var a,
const var b 
)
inline

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). The partial derivative with respect to b is a/b.

Parameters
aFirst variable.
bSecond variable.
Returns
Value of a*log(b)

Definition at line 56 of file multiply_log.hpp.