Caustic v0.1.22 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"
Link to this function
print_exponentiation_table_mod(m, opts \\ [relatively_prime_only: false])
View Source