STK++ 1.0
STK_Funct_log1p.cpp File Reference

In this file we implement the function $ \log(1+x) $. More...

#include <cmath>
#include "../../STKernel/include/STK_Exceptions.h"
#include "../../STKernel/include/STK_Integer.h"
#include "../../STKernel/include/STK_Real.h"
#include "../../STKernel/include/STK_Misc.h"
#include "../include/STK_ISerie.h"
#include "../include/STK_Algo.h"
#include "../include/STK_Funct_util.h"
Include dependency graph for STK_Funct_log1p.cpp:

Go to the source code of this file.

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


namespace  STK::Funct
 

The namespace Funct enclose all usual and special functions.


Functions

Real STK::Funct::log1p (Real const &x)
 compute the fonction $ \log(1+x) $.

Detailed Description

In this file we implement the function $ \log(1+x) $.

Definition in file STK_Funct_log1p.cpp.