Plato on Github
Report Home
math.js
Maintainability
125.11
Lines of code
11
Difficulty
6.91
Estimated Errors
0.04
Function weight
By Complexity
By SLOC
define('lyria/math', ['random', 'clamp', 'fisheryates'], function(random, clamp, fisheryates) { var Math = { random: random, clamp: clamp, fisherYates: fisheryates }; return Math; });