This blocks computes the output y as the logarithm to the parameter base of the input u:
y = log( u ) / log( base );
An error occurs if the input u is zero or negative.