From a794f0e2d39c31138a1a992201a40c3c860a1c10 Mon Sep 17 00:00:00 2001 From: Adam Corbin Date: Fri, 25 Jan 2019 14:16:36 -0500 Subject: [PATCH] #1 Updating spelling and correcting output of 1 requirement --- High_Level_Requirements | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/High_Level_Requirements b/High_Level_Requirements index 545cba2..546b17a 100644 --- a/High_Level_Requirements +++ b/High_Level_Requirements @@ -1,5 +1,5 @@ High Level requirements for the math library Math features -Sine - This featute shall take an input value and calculate and return the sine value -Cosine - This featute shall take an input value and calculate and return the sine value +Sine - This feature shall take an input value and calculate and return the sine value +Cosine - This feature shall take an input value and calculate and return the cosine value Floor - This feature shall take an in a floating point value, remove the decimal and return an integer value