System.Math.LogN

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calcule le logarithme de X dans la base spécifiée.

LogN renvoie le logarithme en base Base de X.

Voir aussi