You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/stdlib_experimental_quadrature.md
-24
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,10 @@
2
2
3
3
## Implemented
4
4
5
-
<!-- vim-markdown-toc GFM -->
6
-
7
5
*[`trapz` - integrate sampled values using trapezoidal rule](#trapz---integrate-sampled-values-using-trapezoidal-rule)
8
-
* [Description](#description)
9
-
* [Syntax](#syntax)
10
-
* [Arguments](#arguments)
11
-
* [Return value](#return-value)
12
-
* [Example](#example)
13
6
*[`trapz_weights` - trapezoidal rule weights for given abscissas](#trapz_weights---trapezoidal-rule-weights-for-given-abscissas)
14
-
* [Description](#description-1)
15
-
* [Syntax](#syntax-1)
16
-
* [Arguments](#arguments-1)
17
-
* [Return value](#return-value-1)
18
-
* [Example](#example-1)
19
7
*[`simps` - integrate sampled values using Simpson's rule (to be implemented)](#simps---integrate-sampled-values-using-simpsons-rule-to-be-implemented)
20
-
* [Description](#description-2)
21
-
* [Syntax](#syntax-2)
22
-
* [Arguments](#arguments-2)
23
-
* [Return value](#return-value-2)
24
-
* [Example](#example-2)
25
8
*[`simps_weights` - Simpson's rule weights for given abscissas (to be implemented)](#simps_weights---simpsons-rule-weights-for-given-abscissas-to-be-implemented)
26
-
* [Description](#description-3)
27
-
* [Syntax](#syntax-3)
28
-
* [Arguments](#arguments-3)
29
-
* [Return value](#return-value-3)
30
-
* [Example](#example-3)
31
-
32
-
<!-- vim-markdown-toc -->
33
9
34
10
## `trapz` - integrate sampled values using trapezoidal rule
0 commit comments