System.LnXPlus1

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

Delphi

function LnXPlus1(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall LnXPlus1(const Extended X);

プロパティ

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

説明

ln(X+1) を返します。


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

関連項目