.Physiolibrary.Blocks.Math.Log10AsEffect

min( 0, log10(u) )

Information

This blocks computes the output y as the base 10 logarithm of the input u if u>1 or 0 otherwise

y = if(u>1) log10( u ) else 0;


Generated at 2025-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos