日本語 English
株式会社ヒューリンクス
TEL:03-5642-8384
営業時間:9:00-17:30

exp

関数 exp は、底を e とする各数値のべき剰の値の範囲を返します。e^(numbers) とあらわしても結果は同じです。

構文

exp(numbers)

引数 numbers は、スカラーまたは範囲として与えられた数値を指定します。引数 numbers に含まれる欠損値や文字列は無視され、文字列や欠損値として返されます。

  • exp(1) は、値 2.718281828459045 を返します。

関連情報

exp

The exp function returns a range of values consisting of the number e raised to each number in the specified range. This is numerically identical to the expression e^(numbers).

Syntax

exp(numbers)

The numbers argument can be a scalar or range of numbers. Any missing value or text string contained within a range is ignored and returned as the string or missing value.

Example

The operation exp(1) returns a value of 2.718281828459045.

関連情報