System.Ln

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

Delphi

function Ln(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Ln(const Extended X);

プロパティ

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

説明

実数式の自然対数を返します。

Delphi では,Ln 関数は実数式 X の自然対数(Ln(e) = 1)を返します。

関連項目