Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPG <=> L/100km Converter

Description

Deliberately over-engineered, arbitrary-precision MPG <=> L/100km Converter ;) Slow and useless!

Requirements

Node.js -> download

How to run

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 2

Note: Do not use big numbers and big precisions, script is not optimized at all and is very slow ;)

License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages