Add degreesToRads and radsToDegrees
This commit is contained in:
@ -10,5 +10,5 @@ const functionName = arguments =>
|
||||
```
|
||||
|
||||
```js
|
||||
functionName('sampleInput') // 'sampleOutput'
|
||||
functionName('sampleInput'); // 'sampleOutput'
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user