Updated Sin.md (markdown)
commited
commit
e3afd1fcb1ac781a6274285272f5b33f7527416d
... | ... | @@ -4,7 +4,7 @@ Compute sine of an angle in degrees. |
4 | 4 | |
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 | Additionally , there are only 4 certain points where you can get a whole number ;
|
|
7 | Additionally , there are only 4 certain points where you can get a whole number :
|
|
8 | 8 | - 0°/360° = 0 |
9 | 9 | - 90° = 1 |
10 | 10 | - 180° = 0 |