graphinglib.FitFromFOTF.get_slope_at#

FitFromFOTF.get_slope_at(x: float) float#

Calculates the slope of the curve at a given x value.

Parameters:
xfloat

The x value at which the slope is to be calculated.

Returns:
The slope of the curve (float) at the given x value.