When a spreadsheet doesn't cut it any more, code up your calculations!
Factortio calculations of ratios and throughput and whatnot are tree-like, not table-like. Spreadsheets like tables, so goodbye spreadsheets.
The package can be installed by adding calctorio
to your list of dependencies in mix.exs
:
def deps do
[
{:calctorio, "~> 0.1.0", github: "https://github.com/jdfrens/calctorio"}
]
end
Documentation can be generated with ExDoc.