System.Math.LnXP1

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

(X+1)の自然対数を返します。

LnXP1 は (X+1)の自然対数を返します。LnXP1 は、X が 0 に近い値の場合に使用します。

関連項目