Arkulib
|
Classes | |
class | DigitsTooLargeException |
An exception to handle too large precision. More... | |
class | DivideByZeroException |
An exception to handle divide by 0. More... | |
class | FloatTypeGivenException |
An exception to handle Rational expressed in a non integer type. More... | |
class | IntTypeGivenException |
An exception to handle ERational multiplier in a non floating point type. More... | |
class | InvalidAccessArgument |
An exception to handle call of unwanted argument offset. More... | |
class | NegativeSqrtException |
An exception to handle call of sqrt() when the rational is negative. More... | |
class | NumberTooLargeException |
An exception to handle a rational who can't be expressed by the given type. More... | |