C# Class Abacus.DoublePrecision.MathsTests

Show file Open project: sungiant/abacus

Public Methods

Method Description
MathsTests ( ) : System
TestTolerance ( Double &value ) : void

Provides the constant TestTolerance.

Private Methods

Method Description
TestConstant_E_i ( ) : void
TestConstant_Epsilon_i ( ) : void
TestConstant_Half_i ( ) : void
TestConstant_Log10E_i ( ) : void
TestConstant_Log2E_i ( ) : void
TestConstant_One_i ( ) : void
TestConstant_Pi_i ( ) : void
TestConstant_Root2_i ( ) : void
TestConstant_Root3_i ( ) : void
TestConstant_Tau_i ( ) : void
TestConstant_Zero_i ( ) : void
TestStaticFn_Abs_i ( ) : void
TestStaticFn_ArcCos_i ( ) : void
TestStaticFn_ArcSin_i ( ) : void
TestStaticFn_ArcTan_i ( ) : void
TestStaticFn_Cos_i ( ) : void
TestStaticFn_FromFraction_i ( ) : void
TestStaticFn_FromString_i ( ) : void
TestStaticFn_IsZero_i ( ) : void
TestStaticFn_IsZero_ii ( ) : void
TestStaticFn_Max_i ( ) : void
TestStaticFn_Min_i ( ) : void
TestStaticFn_Sign_i ( ) : void
TestStaticFn_Sin_i ( ) : void
TestStaticFn_Sqrt_i ( ) : void
TestStaticFn_Tan_i ( ) : void
TestStaticFn_ToDegrees_i ( ) : void
TestStaticFn_ToRadians_i ( ) : void
TestStaticFn_WithinEpsilon_i ( ) : void

Method Details

MathsTests() public method

public MathsTests ( ) : System
return System

TestTolerance() public static method

Provides the constant TestTolerance.
public static TestTolerance ( Double &value ) : void
value Double
return void