#include "complex.hpp" Core::Bmath::Complex::Complex(Long real,Long imaginary){ this->real=real; this->imaginary=imaginary; };