Division and subtraction with log probabilities

478 Views Asked by At

I implemented log probabilities in Java to do some calculations with better accuracy (less compounding rounding errors). I managed to get addition and multiplication working, but I also need to do subtraction and division. Is this possible?