System.Exp

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

Delphi

function Exp(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Exp(const Extended X);

プロパティ

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

説明

X の指数関数を返します。

Delphi のコードでは,Exp 関数は,e(自然対数の底)の X 乗の値を返します。

関連項目