We have values representing measurements stored inside a grid and they range between [0,1]. These measurements are degraded using following formula
$$\text{measurement} = \text{measurement} / (1 + \text{degradation factor}) $$
Degradation factor is usually between $(0,1)$
What is this operation called ? And does it have any significance?