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