Quiz 04

Here is the Blog post for my Quiz number 4.

  1. Create a function called euler_calc with a single parameter precision. The value of precision is used to determine when to stop calculating. Your calculation will stop when the two consecutive values estimating e differ by less than precision (remember to use absolute value when calculating the difference between two values here). Here is the link to my GitHub.

Captura de pantalla 2016-05-04 a las 10.13.20 p.m..png

 

Captura de pantalla 2016-05-04 a las 10.18.10 p.m..png

 

CC BY-SA 4.0 Quiz 04 by miguelsantu is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.