Generates a native single-precision, floating-point value by multiplying a number by 10 raised to the dth power.
Category: | Numeric |
Alignment: | Left |
put x float4.;
Value of
x |
Result 1
|
---|---|
1 |
3F800000 |
1The result is a hexadecimal representation of a binary number that is stored in IEEE form. |