Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, 言語解説書

EXPONENT

EXPONENT は、x の指数部分である FIXED BINARY(31,0) 値を戻します。

構文図を読む構文図をスキップする>>-EXPONENT(x)-------------------------------------------------><
 
x
式。 x は、REAL FLOAT として宣言しなければなりません。

EXPONENT(x) は、x の「数学」指数ではありません。 x = 0 の場合は、EXPONENT(x) = 0 です。 x が 0 以外の場合は、EXPONENT(x) は次のような固有の数 e です。

したがって、EXPONENT(1e0) は 1 であり、0 ではありません。


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)