|
STK++ 1.0
|
In this file we implement functions computing Mathematical constants. More...
#include "../../STKernel/include/STK_Integer.h"#include "../../STKernel/include/STK_Real.h"#include "../include/STK_Const_Math.h"#include "../include/STK_ISerie.h"#include "../include/STK_Algo.h"
Go to the source code of this file.
Namespaces | |
| namespace | STK |
STK means the Statistical ToolKit. | |
| namespace | STK::Const |
This is the namespace containing the usual mathematical constants. | |
Functions | |
| Real | STK::Const::pi () |
| compute pi | |
| Real | STK::Const::euler () |
| Compute the Euler constant. | |
In this file we implement functions computing Mathematical constants.
Definition in file STK_Const_Math.cpp.