This program reads in floating numbers and converts them into binary numbers, then computes the sine values using CORDIC function. The result is compared with the sine values computed by computer. The result is in the form "input number, cordic sine, computer sine". The most input at a time is 100000 numbers at a time. The number should be within 0.0 and 1.0, otherwise the program stops. It is able to be run like "./Meifang_HW_9 0.2 0.5 0.8", as well as "./Meifang_HW_9 out".