System.Math.LogN

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

Delphi

function LogN(const Base, X: Single): Single;
function LogN(const Base, X: Double): Double;
function LogN(const Base, X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall LogN(const float Base, const float X)/* overload */;

プロパティ

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

説明

指定された値を底とする X の対数を計算します。

LogN は、Base を底とする X の対数を返します。

関連項目