I would like to know if there's an identity to represent the following summation
$\sum_{i=0}^{n}\frac{x_i}{y_i}$
Where $x$ and $y$ are non integer values. The result of this is being calculated using floating point arithmetic so I want to avoid all the repeated divisions which could accumulate rounding errors. Hopefully some identity exists such that I can avoid rounding errors.