Deliberately over-engineered, arbitrary-precision MPG <=> L/100km Converter ;) Slow and useless!
Node.js -> download
Inside a folder with the script:
node convert <value> [precision]
Examples:
// With default precision = 3 (result: 117.632)
node convert 2
// With custom precision (result: 78.92)
node convert 3 2Note: Do not use big numbers and big precisions, script is not optimized at all and is very slow ;)
ISC