Module:ET: Difference between revisions
No edit summary |
CompactStar (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
['3'] = 't', | ['3'] = 't', | ||
['3/1'] = 't', | ['3/1'] = 't', | ||
['355/113'] = 'π' | |||
} | } | ||
local common_ratio = { | local common_ratio = { | ||
['f'] = rat.new(3, 2), | ['f'] = rat.new(3, 2), | ||
['o'] = 2, | ['o'] = 2, | ||
['t'] = 3 | ['t'] = 3, | ||
['π'] = rat.new(355, 113), | |||
} | } | ||