System.Math.LnXP1

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function LnXP1(const X: Single): Single;
function LnXP1(const X: Double): Double;
function LnXP1(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall LnXP1(const float X)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Renvoie le logarithme naturel de (X+1)

LnXP1 renvoie le logarithme naturel de (X+1). Utilisez LnXP1 pour X proche de zéro.

Voir aussi