Skip to content

Commit

Permalink
Grammatical corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
hrko committed Aug 13, 2021
1 parent 91578b3 commit e2d77e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/analog-clock/riesenie.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pri riešení tejto úlohy budeme používať iba JavaScript a vykresľovanie po

Kreslenie na plátne používa uhly v radiánoch. Pre nás bude lepšie, ak budeme môcť zadávať uhly v stupňoch.

Konverziu zo stupňov na radiány realizujeme prepočtom: *uhol v radiánoch = uhol v stupňoch * &pi / 180*. Presnú hodnotu π nájdeme v `Math.PI`. Môžeme si preto vytvoriť nasledovnú konverznú funkciu:
Konverziu zo stupňov na radiány realizujeme prepočtom: *uhol v radiánoch = uhol v stupňoch * π / 180*. Presnú hodnotu π nájdeme v `Math.PI`. Môžeme si preto vytvoriť nasledovnú konverznú funkciu:

```javascript
function degToRad(degrees) {
Expand Down
Binary file modified php/crud/images_crud/backed-confirm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified php/crud/images_crud/delete-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2d77e7

Please sign in to comment.