Module:Ser:修订间差异

此后如竟没有炬火,我便是唯一的光。
跳转到导航 跳转到搜索
无编辑摘要
无编辑摘要
标签mobile web edit mobile edit
 
第4行: 第4行:
function module.latina()
function module.latina()
local now = os.time()
local now = os.time()
local start = os.time({year=2021,month=9,day=12,hour=12})
local start = os.time({year=2021,month=9,day=13,hour=7})
local x = start-now
local x = start-now
local ratio = math.pi + 0.0244 * (-1*math.sin(math.pi*x/43200/31.1) + 0.8*math.sin(math.pi*x/43200.0) + 0.6*math.sin(x/10000.0) + (0.22+0.044*math.sin(x)) * math.sin(math.pi*(x/86400)*(x/43200)))
local ratio = math.pi + 0.0244 * (1*math.sin(math.pi*x/43200/31.1) - 0.8*math.sin(math.pi*x/43200.0) + 0.6*math.sin(x/10000.0) + (0.22+0.044*math.sin(x)) * math.sin(math.pi*(x/86400)*(x/43200)))
local res = string.format("%0.5f",ratio)
local res = string.format("%0.5f",ratio)
return res
return res

2021年9月13日 (一) 23:06的最新版本

可在Module:Ser/doc创建此模块的帮助文档

local module = {}
local getArgs = require('Module:Arguments').getArgs

function module.latina()
	local now = os.time()
	local start = os.time({year=2021,month=9,day=13,hour=7})
	local x = start-now
	local ratio = math.pi + 0.0244 * (1*math.sin(math.pi*x/43200/31.1) - 0.8*math.sin(math.pi*x/43200.0) + 0.6*math.sin(x/10000.0) + (0.22+0.044*math.sin(x)) * math.sin(math.pi*(x/86400)*(x/43200)))
	local res = string.format("%0.5f",ratio)
	return res
end

return module