Module:ET: Difference between revisions

Sintel (talk | contribs)
merge changes from dev
Sintel (talk | contribs)
revert removing phi, e, pi
Line 12: Line 12:
["3/1"] = "t",
["3/1"] = "t",


-- these should not be here
-- TODO: these should not be here
-- ["987/610"] = "ϕ",
["987/610"] = "ϕ",
-- ["1264/465"] = "n",
["1264/465"] = "n",
-- ["355/113"] = "π",
["355/113"] = "π",
}
}


Line 23: Line 23:
["t"] = 3,
["t"] = 3,


-- these should not be here
-- TODO: these should not be here
-- ["ϕ"] = rat.new(987, 610),
["ϕ"] = rat.new(987, 610),
-- ["n"] = rat.new(1264, 465),
["n"] = rat.new(1264, 465),
-- ["π"] = rat.new(355, 113),
["π"] = rat.new(355, 113),
}
}