Skip to content

Commit 321c9d0

Browse files
committed
remove "to be implemented" from simps specs
1 parent 15eee77 commit 321c9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_experimental_quadrature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end program demo_trapz_weights
8383
8484
```
8585

86-
## `simps` - integrate sampled values using Simpson's rule (to be implemented)
86+
## `simps` - integrate sampled values using Simpson's rule
8787

8888
### Description
8989

@@ -119,7 +119,7 @@ If the size of `y` is two, the result is the same as if `trapz` had been called
119119

120120
TBD
121121

122-
## `simps_weights` - Simpson's rule weights for given abscissas (to be implemented)
122+
## `simps_weights` - Simpson's rule weights for given abscissas
123123

124124
### Description
125125

0 commit comments

Comments
 (0)