GitHub

Original file line numberDiff line numberDiff line change

@@ -443,7 +443,7 @@ We leave you to investigate the [set of available routines](http://docs.scipy.or

443443

```{exercise}

444444

:label: sp_ex1

445445
446-

In {ref}`this lecture <python_advanced_features>`, we will discuss the concept of {ref}`recursive function calls <recursive_functions>`.

446+

In {ref}`this lecture <functions>`, we discussed the concept of {ref}`recursive function calls <recursive_functions>`.

447447
448448

Try to write a recursive implementation of homemade bisection function {ref}`described above <bisect_func>`.

449449

Read the original on github.com ↗