Question: a. e_terim Write a simple function called e_term which takes a (non-negative) integer argument and computes that term of the infinite series expansion of e.

a. e_terim Write a simple function called e_term which takes a (non-negative) integer argument and computes that term of the infinite series expansion of e. This function is not recursive. Note that the result must be a floating-point number; use the float_of_int function to convert from an OCaml int to a float
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
