Choose three different numerical methods to calculate the value of π. Implement the methods through a recursive and linear-iterative function. Make a comparison between different methods and different implementations using criteria such as the number of iterations to achieve a certain accuracy, recursion depth, execution speed, etc. Present screenshots with the results of the experiments.
Important! Only courses developed with a functional programming language - Schem, Elixir - are accepted.
Choose three different numerical methods to calculate the value of π. Implement the methods through a recursive and line
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am