IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Test.ComplexMathTest Class Reference
+ Collaboration diagram for Test.ComplexMathTest:

Public Member Functions

void ComplexIParts ()
 
void ComplexIDefinition ()
 
void ComplexSqrt ()
 
void ComplexPythagorean ()
 
void ComplexDoubleAngle ()
 
void ComplexSecTanTest ()
 
void ComplexTrigPeriodicity ()
 
void ComplexNegativeAngles ()
 
void ComplexAngleAdditionTest ()
 
void ComplexSinSinh ()
 
void ComplexCosCosh ()
 
void ComplexTanTanh ()
 
void ComplexSinhCoshRelation ()
 
void ComplexPowMultiplication ()
 
void ComplexPowOneHalf ()
 
void ComplexLogSpecialCase ()
 
void ComplexLogExp ()
 
void ComplexLogSum ()
 
void ComplexExpSpecialCase ()
 
void ComplexExpReflection ()
 
void ComplexExpSumTest ()
 
void ComplexMagnitude ()
 
void ComplexPowExponent ()
 
void ComplexPowSpecialCases ()
 
void ComplexRealAgreement ()
 

Private Attributes

Complex a = new Complex(3.0, 4.0)
 
Complex b = new Complex(1.5, -2.3)
 

Member Function Documentation

void Test.ComplexMathTest.ComplexIParts ( )
inline
void Test.ComplexMathTest.ComplexIDefinition ( )
inline
void Test.ComplexMathTest.ComplexPythagorean ( )
inline
void Test.ComplexMathTest.ComplexDoubleAngle ( )
inline
void Test.ComplexMathTest.ComplexSecTanTest ( )
inline
void Test.ComplexMathTest.ComplexTrigPeriodicity ( )
inline
void Test.ComplexMathTest.ComplexNegativeAngles ( )
inline
void Test.ComplexMathTest.ComplexAngleAdditionTest ( )
inline
void Test.ComplexMathTest.ComplexSinSinh ( )
inline
void Test.ComplexMathTest.ComplexCosCosh ( )
inline
void Test.ComplexMathTest.ComplexTanTanh ( )
inline
void Test.ComplexMathTest.ComplexSinhCoshRelation ( )
inline
void Test.ComplexMathTest.ComplexPowMultiplication ( )
inline
void Test.ComplexMathTest.ComplexPowOneHalf ( )
inline
void Test.ComplexMathTest.ComplexLogSpecialCase ( )
inline
void Test.ComplexMathTest.ComplexLogExp ( )
inline
void Test.ComplexMathTest.ComplexLogSum ( )
inline
void Test.ComplexMathTest.ComplexExpSpecialCase ( )
inline
void Test.ComplexMathTest.ComplexExpReflection ( )
inline
void Test.ComplexMathTest.ComplexExpSumTest ( )
inline
void Test.ComplexMathTest.ComplexMagnitude ( )
inline
void Test.ComplexMathTest.ComplexPowExponent ( )
inline
void Test.ComplexMathTest.ComplexPowSpecialCases ( )
inline
void Test.ComplexMathTest.ComplexRealAgreement ( )
inline

Member Data Documentation

Complex Test.ComplexMathTest.a = new Complex(3.0, 4.0)
private
Complex Test.ComplexMathTest.b = new Complex(1.5, -2.3)
private

The documentation for this class was generated from the following file: