- #1
jendrix
- 122
- 4
Hello, I'm currently doing some work on the above and have ran into a problem when calculating the Time squared part as it should be in Seconds squared.
I currently have the time in miliseconds, so say I have
150ms should I square this number then convert it into seconds or convert it first and then square it.
For example 150ms the first way gives 22500 which is 22.5s
Converting it to 0.150s then squaring it gives 0.0225?
Thanks
I currently have the time in miliseconds, so say I have
150ms should I square this number then convert it into seconds or convert it first and then square it.
For example 150ms the first way gives 22500 which is 22.5s
Converting it to 0.150s then squaring it gives 0.0225?
Thanks