System.Math.Log10
提供: RAD Studio API Documentation
Delphi
function Log10(const X: Single): Single; function Log10(const X: Double): Double; function Log10(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall Log10(const float X)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
説明
10 を底とする対数を計算します。
Log10 は、10 を底とする X の対数を返します。