Module:ET: Difference between revisions
merge changes from dev |
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"] = "ϕ", | |||
["1264/465"] = "n", | |||
["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), | |||
["n"] = rat.new(1264, 465), | |||
["π"] = rat.new(355, 113), | |||
} | } | ||