I use time command to measure execution time of the code A and B. I got results, and now, I want to get ratio between A and B. Concretely, I have execution time as below.
A : 0m0.819s
B : 0m2.119s
I need x in B = x * A. So, I did the division 2.119 / 0.819, and the result is 2.5873015873. Now, I want to know the significant figure of 2.5873015873. Can I treat 2.5873015873 as the answer or must I decide the significant figure? And if I must decide the significant figure, is it 4 by A and B's execution time?