Caustic v0.1.21 Caustic.Format View Source
Formatting for beautiful layout of equations and tables.
Link to this section Summary
Link to this section Functions
Examples
iex> Caustic.Format.equations ["x", "1 + 1 + 1", "1 + 2", "3"]
"x = 1 + 1 + 1\n = 1 + 2\n = 3"