C# 클래스 Abacus.DoublePrecision.MathsTests

파일 보기 프로젝트 열기: sungiant/abacus

공개 메소드들

메소드 설명
MathsTests ( ) : System
TestTolerance ( Double &value ) : void

Provides the constant TestTolerance.

비공개 메소드들

메소드 설명
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

메소드 상세

MathsTests() 공개 메소드

public MathsTests ( ) : System
리턴 System

TestTolerance() 공개 정적인 메소드

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