export { QuadraticFunction } from "./quadratic-function/quadratic-function";
export { LinearFunction } from "./linear-function/linear-function";
