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