Quartic roots
Utilities for C++ programming
|
#include <utility>
#include <cstdlib>
#include <cmath>
#include <complex>
#include <iostream>
#include <limits>
#include <cstdint>
Go to the source code of this file.
Namespaces | |
namespace | PolynomialRoots |
Typedefs | |
using | PolynomialRoots::real_type = double |
real type numbers | |
using | PolynomialRoots::integer = int |
integer type numbers | |
using | PolynomialRoots::complex_type = std::complex<real_type> |
complex type numbers | |
using | PolynomialRoots::ostream_type = std::basic_ostream<char> |
outoput stream type | |
using | PolynomialRoots::istream_type = std::basic_istream<char> |
input stream type | |