.TRANSFORM.Math.cubicRoots_SingleReal

Returns a single real root within the user defined range for a cubic equation (a*x^3+b*x^2+c*x+d=0)

Information

Returns only one real root between the bounds specified by the user.

Interface

function cubicRoots_SingleReal
  input Real a;
  input Real b;
  input Real c;
  input Real d;
  input Real u_min "Lower bound of search interval";
  input Real u_max "Upper bound of search interval";
  output Real u "Value of real root";
end cubicRoots_SingleReal;

Generated at 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos