Question: CODE IN ERLANG Some dumb moron said it needs more info without saying what info it needed so I'm typing in nothing useful. 3. Function
CODE IN ERLANG
Some dumb moron said it needs more info without saying what info it needed so I'm typing in nothing useful.

3. Function find Ceiling that takes a list of numbers and returns the modified list constructed by applying the function ceiling to each incoming list element. For example, if original list contains (1.9, 2.1, 3.5), then the resulting list will contain [2.0, 3.0, 4.0]; you are NOT allowed to use ++ or built-in functions or list comprehension (you should use the cons operator to build the new list; you are allowed to use math:ceil though) 3. Function find Ceiling that takes a list of numbers and returns the modified list constructed by applying the function ceiling to each incoming list element. For example, if original list contains (1.9, 2.1, 3.5), then the resulting list will contain [2.0, 3.0, 4.0]; you are NOT allowed to use ++ or built-in functions or list comprehension (you should use the cons operator to build the new list; you are allowed to use math:ceil though)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
