Complex Number  0.1.2
include/MathExceptions.h File Reference

Classes that represent mathematical exceptions. More...

#include "Namespace.h"
#include <exception>

Go to the source code of this file.

Classes

class  DivisionByZeroException
 A division by zero exception. More...
class  LogarithmOfZeroException
 A logarithm of zero exception. More...
class  ZeroToComplexPowerException
 A zero to a complex power exception. More...
class  ZeroToTheZerothPowerException
 A zero to the zeroth power exception. More...

Namespaces

namespace  math
 

Math namespace.


namespace  complex
 

Complex namespace.



Detailed Description

Classes that represent mathematical exceptions.

Author:
Matthew Krupcale
Version:
0.1.0
Date:
2010

This file contains classes that represent mathematical exceptions, such as domain errors

Definition in file MathExceptions.h.