STK++ 0.9.13
|
In this file we define static arrays with useful integer sequences . More...
#include <STKernel.h>
Go to the source code of this file.
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Const |
namespace enclosing the usual mathematical constants and the constant arrays or structures. | |
Variables | |
const Real | STK::Const::factorialArray [51] |
array for the 51th fisrt factorial elements. | |
const Real | STK::Const::doubleFactorialOddArray [19] |
array for the double factorial of odd numbers. | |
const Real | STK::Const::doubleFactorialEvenArray [20] |
array for the double factorial of even numbers. | |
const Real | STK::Const::doubleFactorialArray [39] |
array for the double factorial. | |
const Real | STK::Const::bernouilliNumbersArray [21] |
Array of the 40th first Bernouilli numbers Bernouilli(n) n=0, 2, 4, ... ,40. | |
const Real | STK::Const::bernouilliNumbersArrayDivBy2K [7] |
The Bernouilli numbers divided by 2k. | |
In this file we define static arrays with useful integer sequences .
Definition in file STK_Const_Sequences.h.