Skip to content

Commit a10db9b

Browse files
committed
Fix latex
1 parent f519ac3 commit a10db9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-reference/higher-order_functions.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Solves the algebraic system, given an initial guess, using Powell's hybrid metho
7878
{{< since 2.31 >}}
7979

8080
<!-- vector; solve_powell_tol; (function algebra_system, vector y_guess, data real rel_tol, data real f_tol, int max_steps, ...); -->
81-
\index{{\tt \bfseries solve\powell\_tol }!{\tt (function algebra\_system, vector y\_guess, data real rel\_tol, data real f\_tol, int max\_steps, ...): vector}|hyperpage}
81+
\index{{\tt \bfseries solve\_powell\_tol }!{\tt (function algebra\_system, vector y\_guess, data real rel\_tol, data real f\_tol, int max\_steps, ...): vector}|hyperpage}
8282
`vector` **`solve_powell_tol`**`(function algebra_system, vector y_guess, data real rel_tol, data real f_tol, int max_steps, ...)`<br>\newline
8383
Solves the algebraic system, given an initial guess, using Powell's hybrid method with additional control parameters for the solver.
8484
{{< since 2.31 >}}

0 commit comments

Comments
 (0)