I'm trying to get the log ratio between two numbers close to each other ­— say, a = 256.0001 and b = 256.0. Disregarding computational efficiency, which formula would be most numerically accurate?

...