A main limitation for reporting or measuring a percent reductions is having zero in the denominator. For example, if one was counting data on paired subjects and then analyzing the effects of some treatment before 'b' and after 'a' implementation. Putting study design assumptions aside, one could apply following expression:
100%*(1-a/b) = percent change or difference between before 'b' and after 'a' periods.
However, if there was zero observations in the before 'b' period the percent reduction would evaluate to negative infinity (ie 100%*(1-a/0)=-Inf).
my question is would it would be valid to replace the negative infinity (-Inf) with -100% in cases where counts in the before period 'b' were zero (ie 100%*(1-a/0)=-100). The justification is that the a/0=-Inf is the same measurement as 100 but in the opposite direction because it is its' inverse.