Math.LnXP1
From Référence RAD Studio VCL
Contents |
Informations Delphi
De Math.pas
function LnXP1(const X: Extended): Extended;
Unité : Math
Type : fonction
Visibilité : public
Informations C++
De Math.hpp
long double __fastcall LnXP1(long double X);
Unité : Math
Type : fonction
Description
Renvoie le logarithme naturel de (X+1)
LnXP1 renvoie le logarithme naturel de (X+1). Utilisez LnXP1 pour X proche de zéro.