@@ -277,7 +277,7 @@ CertainTrust.prototype._singleOR = function(arg) {
resF = f1 + f2 - f1*f2;
- if (this._almostEqual(resF, 0)){ // avoid divide by zero
+ if (this._almostEqual(resF, 0)){
f1 = 0.99999;
f2 = 0.99999;