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

@ -42,6 +42,7 @@ deepClone:object,recursion
deepFlatten:array,recursion
defaults:object
defer:function
degreesToRads:math
delay:function
detectDeviceType:browser
difference:array,math
@ -189,6 +190,7 @@ pull:array
pullAtIndex:array
pullAtValue:array
pullBy:array,function,advanced
radsToDegrees:math
randomHexColorCode:utility,random
randomIntArrayInRange:math,utility,random
randomIntegerInRange:math,utility,random