Method |
Description |
|
ACos_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
ACos_Basic ( double real, double imaginary ) : void |
|
|
ASin_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
ASin_Basic ( double real, double imaginary ) : void |
|
|
ATan_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
ATan_Basic ( double real, double imaginary ) : void |
|
|
Abs ( double real, double imaginary ) : void |
|
|
Abs_Advanced ( double real, double imaginary, double expected ) : void |
|
|
Add ( double realLeft, double imaginaryLeft, double realRight, double imaginaryRight ) : void |
|
|
AreSameInfinity ( double d1, double d2 ) : bool |
|
|
Cast_BigInteger ( BigInteger value ) : void |
|
|
Cast_Byte ( byte value ) : void |
|
|
Cast_Decimal ( decimal value ) : void |
|
|
Cast_Double ( double value ) : void |
|
|
Cast_Int16 ( short value ) : void |
|
|
Cast_Int32 ( int value ) : void |
|
|
Cast_Int64 ( long value ) : void |
|
|
Cast_SByte ( sbyte value ) : void |
|
|
Cast_Single ( float value ) : void |
|
|
Cast_UInt16 ( ushort value ) : void |
|
|
Cast_UInt32 ( uint value ) : void |
|
|
Cast_UInt64 ( ulong value ) : void |
|
|
Conjugate ( double real, double imaginary ) : void |
|
|
Cos_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Cos_Basic ( double real, double imaginary ) : void |
|
|
Cosh_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Cosh_Basic ( double real, double imaginary ) : void |
|
|
Ctor_Double_Double ( double real, double imaginary ) : void |
|
|
Divide ( double realLeft, double imaginaryLeft, double realRight, double imaginaryRight ) : void |
|
|
Equals ( ) : void |
|
|
Equals ( Complex complex1, object obj, bool expected, bool expectedEquals ) : void |
|
|
Exp ( double real, double imaginary ) : void |
|
|
Exp_MaxReal ( ) : void |
|
|
FromPolarCoordinates ( double magnitude, double phase ) : void |
|
|
ImaginaryOne ( ) : void |
|
|
IsDiffTolerable ( double d1, double d2 ) : bool |
|
|
Log ( double real1, double imaginary1, double real2, double imaginary2 ) : void |
|
|
Log_TestData ( ) : IEnumerable |
|
|
Log_Zero ( ) : void |
|
|
Multiply ( double realLeft, double imaginaryLeft, double realRight, double imaginaryRight ) : void |
|
|
Negate ( double real, double imaginary ) : void |
|
|
One ( ) : void |
|
|
Pow ( double real, double imaginary ) : void |
|
|
Pow_Complex_Complex ( double real, double imaginary ) : void |
|
|
Pow_Complex_Double ( double real, double imaginary ) : void |
|
|
RandomPositiveValue ( double mult ) : double |
|
|
Reciprocal ( double real, double imaginary ) : void |
|
|
Sin_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Sin_Basic ( double real, double imaginary ) : void |
|
|
Sinh_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Sinh_Basic ( double real, double imaginary ) : void |
|
|
SmallRandomNegativeDouble ( ) : double |
|
|
SmallRandomPositiveDouble ( ) : double |
|
|
Sqrt ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Subtract ( double realLeft, double imaginaryLeft, double realRight, double imaginaryRight ) : void |
|
|
Tan_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Tan_Basic ( double real, double imaginary ) : void |
|
|
Tanh_Advanced ( double real, double imaginary, double expectedReal, double expectedImaginary ) : void |
|
|
Tanh_Basic ( double real, double imaginary ) : void |
|
|
ToString ( double real, double imaginary ) : void |
|
|
VerifyLog10 ( Complex complex ) : void |
|
|
VerifyLogWithBase ( Complex complex ) : void |
|
|
VerifyLogWithExp ( Complex complex ) : void |
|
|
VerifyLogWithMultiply ( Complex complex1, Complex complex2 ) : void |
|
|
VerifyLogWithPowerMinusOne ( Complex complex ) : void |
|
|
VerifyMagnitudePhaseProperties ( Complex complex, double magnitude, double phase, [ lineNumber ) : void |
|
|
VerifyPow_Complex_Complex ( double realValue, double imaginaryValue, double realPower, double imaginaryPower ) : void |
|
|
VerifyPow_Complex_Double ( double realValue, double imaginaryValue, double power ) : void |
|
|
VerifyRealImaginaryProperties ( Complex complex, double real, double imaginary, [ lineNumber ) : void |
|
|
Zero ( ) : void |
|
|