initial commit
This commit is contained in:
11
node_modules/mumath/len.js
generated
vendored
Normal file
11
node_modules/mumath/len.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Return quadratic length
|
||||
*
|
||||
* @module mumath/loop
|
||||
*
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
module.exports = function (a, b) {
|
||||
return Math.sqrt(a*a + b*b);
|
||||
};
|
||||
Reference in New Issue
Block a user