Changes

m
no edit summary
Line 29: Line 29:  
     local p = a / b
 
     local p = a / b
 
     local se = math.sqrt(p * (1 - p) / b)
 
     local se = math.sqrt(p * (1 - p) / b)
     return 100 * (pc * se + 0.5 / b), p
+
     return 100 * (pc * se + 0.5 / b), 100 * p
 
end
 
end
  
cssedit, gkautomate
7,060

edits