-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1 {HLR} - Adding unique ID's to HLRs
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |