Crate numbers

source ·

Structs

  • A dataframe struct similar to pythons pandas dataframe
  • Equation with an a, b, and operator. Sol is the solution to the equation and is calculated when get_sol() is called.
  • ZeroEquation is an equation with a list of values on one side and a solution on the other. Similar to Equation, but with a list of values (in a Vec) that will add up to the solution (or be subtracted if the number is negative). Sol is set to 0 and values can be moved to the solution side of the equation with move_to_sol().

Functions