• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
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,940

edits

Navigation menu