I really like your method of rounding the logarithm for comparing non-integer values! It makes a lot of sense to do it at the right stage for better accuracy. Plus, using Floor or Ceiling when needed gives you that extra flexibility. It’s a clever approach that can definitely improve how we analyze data!Of course, the use case isn't universal. What I'm usually doing is applying the rounding to the log so I can compare arbitrary non-integer values: Round(Log10(value), 5), with Floor or Ceiling if necessary.
Statistics: Posted by maximpetrenko08 — Yesterday, 9:09 pm — Replies 7 — Views 2325