alexandria_numeric 0.5.0
A set of numerical analysis libraries and algorithms
In numerical analysis and scientific computing, the trapezoidal rule is a numerical method to solve ordinary differential equations derived from the trapezoidal rule for computing integrals (see also).
Returns the one-dimensional piecewise linear interpolant to a function with given discrete data points (xs, ys), evaluated at x (see also). Several interpolation methods are supported as follow:
Return the cumulative sum of the elements (see also).
Return the cumulative product of the elements (see also).
Return the discrete difference of the elements (see also).
Version 0.5.0
Uploaded 1 day ago
Cairo version ^2.11.1
Size 4.6 KB
Run the following command in your project dir
scarb add alexandria_numeric@0.5.0
Or add the following line to your Scarb.toml
alexandria_numeric = "0.5.0"
Homepage github.com/keep-starknet-strange/alexandria/tree/main/packages/numeric