Output the square root of the input (input >= 0 required)
This blocks computes the output y
as square root of the input u:
y = sqrt( u );
The input shall be zero or positive.
Otherwise an error occurs.
Generated at 2025-04-01T18:24:36Z
by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos