find_continuity_point
autogen.agentchat.contrib.captainagent.tools.math.find_continuity_point.find_continuity_point
find_continuity_point
Find the value ‘a’ that ensures the continuity of a piecewise function at a given point.
Parameters:Name | Description |
---|---|
f_leq | The function expression for f(x) when x is less than or equal to the continuity point, in the form of a string. |
f_gt | The function expression for f(x) when x is greater than the continuity point, in the form of a string. |
x_value | The x-value at which continuity is to be ensured. |