Module:ET: Difference between revisions
revert removing phi, e, pi |
ArrowHead294 (talk | contribs) Replace rational approximations with exact values. Is this working? |
||
Line 11: | Line 11: | ||
["3"] = "t", | ["3"] = "t", | ||
["3/1"] = "t", | ["3/1"] = "t", | ||
} | } | ||
Line 24: | Line 19: | ||
-- TODO: these should not be here | -- TODO: these should not be here | ||
["ϕ"] = | ["ϕ"] = (1 + math.sqrt(5)) / 2, | ||
["n"] = | ["n"] = math.exp(1), | ||
["π"] = | ["π"] = math.pi | ||
} | } | ||