Computer Science I - Programming Assignment 3

Due Wednesday, November 4th

Summary

For this assignment you will be adding error checking, and some extra functions to your formula library from programming assignment 2

The functions must be implemented in a file called formula2.js, and the tests must be implemented in a file called formula2-test.html. I have implemented the Factorial function, added empty SineApprox and CosineApprox functions, and updated the specifications for the old functions here: I have also implemented a test for SineApprox that uses a for loop to test a large range of values here:

Helpful Hints

Instructions for Handing In the Program

Please hand in the following:

Do not put your assignment in your html directory as that is publicly viewable.