Updated Cos.md (markdown)
commited
commit
439d4d63fded551dae218bf9bfd6a36b8a380b74
... | ... | @@ -3,7 +3,7 @@ Compute cosine of an angle in degrees. |
3 | 3 | [[/uploads/Cos.png]] |
4 | 4 | |
5 | 5 | ## Input/Output |
6 |
similar to the function [[sin]] but instead the output value starts from 1. Outputs value between 1 and -1 depending on the given input which scales from angular (0°–360°) |
|
6 |
Similar to the function [[sin]] but instead, the output value starts from 1. Outputs value between 1 and -1 depending on the given input which, scales from angular (0°–360°) |
|
7 | 7 | |
8 | 8 | ## Notes |
9 | 9 | |
... | ... | @@ -13,7 +13,7 @@ Additionally , there are only 4 certain points where you can get a whole number |
13 | 13 | - 180° = -1 |
14 | 14 | - 270° = 0 |
15 | 15 | |
16 | *Note: To understand more better search for "trigonemetrical functions" in google XD |
|
16 | To understand better search for "[[Trigonemetric functions|https://www.google.com/search?q=trigonemetric+functions]]" |
|
17 | 17 | |
18 | 18 | ## Example |
19 | 19 | **Looking for examples!!** |