Add degreesToRads and radsToDegrees

This commit is contained in:
Angelos Chalaris
2018-02-14 12:24:50 +02:00
parent d351fc3fe6
commit ed5e4e3398
11 changed files with 77 additions and 12 deletions

View File

@ -10,5 +10,5 @@ const functionName = arguments =>
```
```js
functionName('sampleInput') // 'sampleOutput'
functionName('sampleInput'); // 'sampleOutput'
```