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/functions-reference/higher-order_functions.Rmd
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -329,16 +329,16 @@ integrator separates parameter values, `theta`, from data values, `x_r`.
329
329
330
330
### Call to the 1D Integrator
331
331
332
-
<!--vector; integrate_1d; (function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i); -->
333
-
\index{{\tt \bfseries integrate\_1d }!{\tt (function integrand, real a, real b, real[] theta, real[] x\_r, int[] x\_i): vector}|hyperpage}
332
+
<!--real; integrate_1d; (function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i); -->
333
+
\index{{\tt \bfseries integrate\_1d }!{\tt (function integrand, real a, real b, real[] theta, real[] x\_r, int[] x\_i): real}|hyperpage}
334
334
335
-
`vector`**`integrate_1d`**`(function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i)`<br>\newline
335
+
`real`**`integrate_1d`**`(function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i)`<br>\newline
336
336
Integrates the integrand from a to b.
337
337
338
-
<!--vector; integrate_1d; (function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i), real relative_tolerance); -->
339
-
\index{{\tt \bfseries integrate\_1d }!{\tt (function integrand, real a, real b, real[] theta, real[] x\_r, int[] x\_i, real relative\_tolerance): vector}|hyperpage}
338
+
<!--real; integrate_1d; (function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i), real relative_tolerance); -->
339
+
\index{{\tt \bfseries integrate\_1d }!{\tt (function integrand, real a, real b, real[] theta, real[] x\_r, int[] x\_i, real relative\_tolerance): real}|hyperpage}
340
340
341
-
`vector`**`integrate_1d`**`(function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i, real relative_tolerance)`<br>\newline
341
+
`real`**`integrate_1d`**`(function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i, real relative_tolerance)`<br>\newline
342
342
Integrates the integrand from a to b with the given relative tolerance.
0 commit comments