What are the formula's to convert the following per hour intervals into meters per second (using meters/s from light speed):
- Kilometer
- Mile (US)
- Mile (Nautical)
- Feet
The result should be decimal form of each interval with no E+/- in the float section.
**Note: Please edit tags as I couldn't find any relating to conversion or for formulas. I am actually surprised there were no other applicable tags aside from fractions as this is a basic mathematical principle.
(4^2)/((10^7) * 40)) – Kraang Prime Apr 14 '14 at 00:47m = km * 1000mps = (m / 3600)(mps = meteres per sec). Basically, i need to convert the measurement first, then divide the result by 3600 seconds formeters per second. (also, looking at the edit of your answer -- thats crazy ... do you have a program to assist with writing all that ? ) – Kraang Prime Apr 14 '14 at 01:09