Changes

no edit summary
Line 19: Line 19:  
     local q = tonumber(frame.args[3])
 
     local q = tonumber(frame.args[3])
 
     if a and b and q then
 
     if a and b and q then
         return string.format("%.f", log(1 - q / 100) / log(1 - a / b))
+
         return string.format("%.f", math.log(1 - q / 100) / math.log(1 - a / b))
 
     else
 
     else
 
         return "undefined"
 
         return "undefined"
cssedit, gkautomate
6,941

edits