graphinglib.FitFromSquareRoot.get_arc_length_between# FitFromSquareRoot.get_arc_length_between(x1: float, x2: float) → float# Calculates the arc length of the curve between two x values. Parameters: x1, x2floatThe x values between which the arc length is to be calculated. Returns: The arc length of the curve (float) between the two given x values.