Add Kilometers/Hour to Miles/Hour conversion and reverse
This commit is contained in:
2
test/mphToKph/mphToKph.js
Normal file
2
test/mphToKph/mphToKph.js
Normal file
@ -0,0 +1,2 @@
|
||||
const mphToKph = (mph) => 1.6093440006146922 * mph;
|
||||
module.exports = mphToKph;
|
||||
Reference in New Issue
Block a user