0

In the results of the simulation I have total Busy time of node[0] is 2.32E-4 and total Busy time of node[4] is 0.003802 , what does it mean "E-4" . Is this time in seconds or milliseconds? My goal is to sum these two values.

kenza
  • 7
  • 2

1 Answers1

0

E-4 means 0.0001 so 2.32E-4 = 0.000232. Time is in seconds.

Jerzy D.
  • 6,707
  • 2
  • 16
  • 22