Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Stat
(view source)
Revision as of 08:17, 12 October 2015
10 bytes added
,
9 years ago
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
7,064
edits