Friday, 18 May 2012

DiceLockSecurity Knowledge

Windows - Source Code

Linux - Source Code

Apple Mac OS X

JAVA - Source Code

DOCUMENTATION - Inside Knowledge

DOCUMENTATION - Self browser view

HOW TO

arrow RandomTest arrow MathematicalFunctions
MathematicalFunctions Print E-mail
Get C++ and Java source code with ready to use project files for Microsoft Visual Studio for Windows, Oracle JDeveloper for Java JRE, Xcode for Mac OS X and Eclipse CDT with Nokia QT for Linux ...
VisualStudio.pngjdeveloper.pngXcode.pngeclipse-cdt.pngqt.png
MathematicalFunctions Class
  d-64class.png
Get FREE DiceChecker C++
Random Number Test
Windows DLL

Class

Implements the common mathematical functions used by some random tests.

The class contains:

  Constructors & Destructor
  Class methods




Class Constructors & Destructors

d-const.png

  MathematicalFunctions ();
    Creates an object of the class.





d-dest.png

  ~MathematicalFunctions ();
    Destroys the object.




   


Class Methods


d-exe.png

  double LGamma(double);
    Logarithm of gamma function.





d-exe.png

  double IGamma(double, double);
    incomplete gamma function.





d-exe.png

  double IGammaC(double, double); 
    Complemented incomplete gamma integral.





d-exe.png

  double PolEvl(double,double *, int); 
    Evaluate polynomial of degree N. 






d-exe.png   double P1Evl(double, double *, int); 
    Evaluate polynomial when coefficient of xN  is 1.0..






d-exe.png

  double ErF(double);
    Error function in double precision.





d-exe.png

  double    ErFc(double);
    Error function in double precision.





d-exe.png

  double Normal(double); 
    Statistical Normal function.





d-get.png

  bool GetError();
    Gets if a mathematical function has thrown an error.





d-get.png

  MathematicalErrors GetMathError();
    Gets the MathematicalErrors value .






 


You can check the page Used Symbols for an explanation of the symbols near the information.

 

Please, let us know the usefulness of the information, it will allow us to be able to improve the support.

Was the information useful?

Vote
 
 



Close Me  
Get FREE Random Number Test Windows DLL !
Get FREE Hash Algorithms Windows DLL !