Skip to content

Commit

Permalink
#1 {HLR} - Adding unique ID's to HLRs
Browse files Browse the repository at this point in the history
  • Loading branch information
acorbin3 committed Jan 29, 2019
1 parent 3a44838 commit 37bf4cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions High_Level_Requirements
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
High Level requirements for the math library
Math features
Sine - This feature shall take an input value and calculate and return the sine value
Math_HLR_1 - Sine - This feature shall take an input value and calculate and return the sine value
- Links to : Math_LLR_2
Cosine - This feature shall take an input value and calculate and return the cosine value

Math_HLR_2 - Cosine - This feature shall take an input value and calculate and return the cosine value
- Links to : Math_LLR_3
Floor - This feature shall take an in a floating point value, remove the decimal and return an integer value

Math_HLR_3 - Floor - This feature shall take an in a floating point value, remove the decimal and return an integer value
- Links to : Math_LLR_1

0 comments on commit 37bf4cb

Please sign in to comment.