aux_x_log_y: Calculation of expression \(x\cdot \log y\)
Description
Internal, auxiliary functions
Usage
aux_x_log_y(x, y)
Value
Function calculates the value of expression \(x\cdot \log y\) element-wise in a numerically stable way.
The result is a numeric vector of the same length as x. It is assumed that \(0\cdot \log 0 = 0\).