Updated Sin.md (markdown)
commited
commit
ff8dee42f26275085e49b24584773f9dd72aba02
... | ... | @@ -1,11 +1,11 @@ |
1 | 1 | Compute sine of an angle in degrees. |
2 | 2 | |
3 | 3 | [[/uploads/Sin.png]] |
4 | ##Input/Ouput |
|
4 | ## Input/Ouput |
|
5 | 5 | |
6 | 6 | Sine outputs value between 1 and -1 depending on the given value to it which scales from rotation (0°–360°) |
7 | 7 | |
8 | ##Notes |
|
8 | ## Notes |
|
9 | 9 | |
10 | 10 | Additionally , there are only 4 certain points where you can get a whole number : |
11 | 11 | - 0°/360° = 0 |
... | ... | @@ -15,6 +15,6 @@ Additionally , there are only 4 certain points where you can get a whole number |
15 | 15 | |
16 | 16 | *Note: To understand more better search for "trigonemetrical functions" in google XD |
17 | 17 | |
18 | ##Example |
|
18 | ## Example |
|
19 | 19 | |
20 | 20 | *Nothing for now , will add something later |
... | ... | \ No newline at end of file |