Delphi
function LnXPlus1(const X: Extended): Extended;
C++
extern PACKAGE Extended __fastcall LnXPlus1(const Extended X);
プロパティ
| 種類 |
可視性 |
ソース |
ユニット |
親 |
| function |
public |
System.pas System.hpp |
System |
System |
説明
ln(X+1) を返します。
System.LnXPlus1 は (X+1)の自然対数を返します。
関連項目