was.js

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 25  →  ?path2? @ 7
/trunk/lib/mathematics/algebra.js
@@ -6,10 +6,3 @@
( yMax - yMin ) * ( value - xMin ) / ( xMax - xMin )
);
}
 
/*************************************************************************/
/* Node.JS package export. */
/*************************************************************************/
module.exports.formats.kvp = {
MapValueToRange: wasMapValueToRange
};