![]() |
| サイトマップ | |
|
関数 exp
は、底を e とする各数値のべき剰の値の範囲を返します。e^
(numbers) とあらわしても結果は同じです。
exp
(numbers)
引数 numbers は、スカラーまたは範囲として与えられた数値を指定します。引数 numbers に含まれる欠損値や文字列は無視され、文字列や欠損値として返されます。
exp(1)
は、値 2.718281828459045
を返します。
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).
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.
The operation exp(1) returns a value of 2.718281828459045.