standaardisation updates
This commit is contained in:
3
convert/percentError.js
Normal file
3
convert/percentError.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (expected, actual) {
|
||||
return Math.abs((expected - actual) / actual);
|
||||
}
|
||||
Reference in New Issue
Block a user