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