Warning: include(__DIR__/SimpleAntiSpam.i18n.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/shared/BaseWiki192/includes/LocalisationCache.php on line 455

Warning: include() [function.include]: Failed opening '__DIR__/SimpleAntiSpam.i18n.php' for inclusion (include_path='/var/www/html/VCL/2010/f:/var/www/html/VCL/2010/f/includes:/var/www/html/VCL/2010/f/languages:shared/:shared/languages:/var/www/html/VCL/f:/var/www/html/VCL/f/includes:/var/www/html/VCL/f/languages:.:/usr/share/pear:/usr/share/php') in /var/www/html/shared/BaseWiki192/includes/LocalisationCache.php on line 455

Warning: include(__DIR__/SpamBlacklist.i18n.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/shared/BaseWiki192/includes/LocalisationCache.php on line 455

Warning: include() [function.include]: Failed opening '__DIR__/SpamBlacklist.i18n.php' for inclusion (include_path='/var/www/html/VCL/2010/f:/var/www/html/VCL/2010/f/includes:/var/www/html/VCL/2010/f/languages:shared/:shared/languages:/var/www/html/VCL/f:/var/www/html/VCL/f/includes:/var/www/html/VCL/f/languages:.:/usr/share/pear:/usr/share/php') in /var/www/html/shared/BaseWiki192/includes/LocalisationCache.php on line 455
Math.LnXP1 - Référence RAD Studio VCL

Math.LnXP1

From Référence RAD Studio VCL
Jump to: navigation, search

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.

Voir aussi

Personal tools