GiNaC 1.8.7
|
Exception class thrown when a singularity is encountered. More...
#include <numeric.h>
Public Member Functions | |
pole_error (const std::string &what_arg, int degree) | |
ctor for pole_error exception class. More... | |
int | degree () const |
Return the degree of the pole_error exception class. More... | |
Private Attributes | |
int | deg |
|
explicit |
ctor for pole_error exception class.
int GiNaC::pole_error::degree | ( | ) | const |
Return the degree of the pole_error exception class.
Definition at line 42 of file utils.cpp.
References deg.