was.js

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