Quiz 04

  • This quiz was about creating 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.
  • I research about the Euler’s number here because I didn’t know what exactly was it.
  • My code and ran in the terminal
Captura de pantalla 2016-04-07 a las 7.43.37 p.m.
—————–>My code in GitHub<——————

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