#include "FunctionXY.h" MbD::FunctionXY::FunctionXY() { } MbD::FunctionXY::FunctionXY(Symsptr base, Symsptr exp) : x(base), y(exp) { }