MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / bad_rational

Class bad_rational

extern/boost/boost/rational.hpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157class bad_rational : public std::domain_error
158{
159public:
160 explicit bad_rational() : std::domain_error("bad rational: zero denominator") {}
161 explicit bad_rational( char const *what ) : std::domain_error( what ) {}
162};
163
164template <typename IntType>
165class rational

Callers 4

rational.hppFile · 0.85
type assignMethod · 0.85
type operator/=Method · 0.85
normalizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected