Untitled
unknown
plain_text
a year ago
179 B
7
Indexable
new_x_value = 6.0 # Replace with the desired new x value predicted_y = exponential_func(new_x_value, a_fit, b_fit) print(f'Prediction for x = {new_x_value}: {predicted_y:.4f}')
Editor is loading...
Leave a Comment