Skip to main content
POST
Evaluate Cubic Spline Derivative

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
x_data
number[]
required

X coordinates of data points

Example:
y_data
number[]
required

Y coordinates of data points

Example:
xi
number
required

Point at which to evaluate the derivative

Example:

1.5

bc_type
enum<string>
default:natural

Boundary condition type

Available options:
natural,
clamped,
periodic
Example:

"natural"

Response

Successful Response

success
boolean
Example:

true

data
object