![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/num/number.h>
Public Types | |
| using | type = double |
Static Public Member Functions | |
| static const char * | name () |
| static double | from_int (long v) |
| static double | from_rational (long num, long den) |
| static double | from_double (double v) |
| static double | to_double (const double &v) |
| static double | log_as_double (const double &v) |
| log of the value, always returned as a double. | |
| static std::string | to_string (const double &v) |
Static Public Attributes | |
| static constexpr bool | is_exact = false |
| static constexpr bool | has_transcendental = true |
| using line::num_traits< double >::type = double |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |
|
staticconstexpr |