Theoretica
A C++ numerical and automatic mathematical library
special.h File Reference

Special functions. More...

#include "constants.h"
#include "real_analysis.h"

Go to the source code of this file.

Namespaces

 theoretica
 Main namespace of the library which contains all functions and objects.
 
 theoretica::special
 Special functions.
 

Functions

real theoretica::special::gamma (unsigned int k)
 Gamma special function of positive integer argument. More...
 
real theoretica::special::half_gamma (unsigned int k)
 Half Gamma special function, defined as HG(n) = Gamma(n / 2) for any positive integer n. More...
 
real theoretica::special::lngamma (real x)
 Log Gamma special function of real argument. More...
 
real theoretica::special::gamma (real x)
 Gamma special function of real argument. More...
 
real theoretica::special::pi (real x)
 Pi special function of real argument. More...
 
real theoretica::special::beta (real x1, real x2)
 Beta special function of real argument. More...
 

Detailed Description

Special functions.