#ifndef WRIGHT_HH #define WRIGHT_HH #include namespace wright { int wrightomega_ext(std::complex z, std::complex *w, std::complex *cond); std::complex wrightomega(std::complex z); double wrightomega_real(double x); }; #endif /* wright.hh */