游戏王残局简化版

Check-in [f347cac7fe]
Login

Check-in [f347cac7fe]

Overview
Comment:
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f347cac7fe3768d9f97109126b0ef4865aaf04a313316fff7bb2117335bf3fb4
User & Date: 顽雨沉风 on 2024-02-12 14:41:58.439
Other Links: manifest | tags
Context
2024-02-12
14:52
check-in: 7641d52a05 user: 顽雨沉风 tags: trunk
14:41
check-in: f347cac7fe user: 顽雨沉风 tags: trunk
14:33
check-in: 1903a27f17 user: 顽雨沉风 tags: trunk
Changes
28
29
30
31
32
33
34
35

36
37

38
39
40
41
42
43
44
28
29
30
31
32
33
34

35
36

37
38
39
40
41
42
43
44







-
+

-
+







--~ 数
function d.二底指数次(o1)
  local k1
  --~ 指数次
  _, k1 = math.frexp(o1)
  return k1
  end
-- 向取整和向取整
-- 向取整和向取整
--~ 数
function d.向取整(o1)
function d.向取整(o1)
  return math.floor(o1)
  end
-- 几位整数和几位小数
--~ 数
--~ 几位整数
function d.几位整数(o1, o2)
  return string.format("%0" .. o2 .. "d", o1)