System.Math.Log10

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calculates log base 10.

Log10 returns the log base 10 of X.

See Also