.Bodylight.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 2026-07-26T20:40:21Z by OpenModelicaOpenModelica 1.27.0 using GenerateDoc.mos