Skip to main content

Module linear

Module linear 

Source
Expand description

Linear equation helpers for equations of the form ax + b = 0.

Structs§

LinearEquation
A linear equation of the form ax + b = 0.

Functions§

solve_linear
Solves the linear equation ax + b = 0.