Visible to Intel only — GUID: GUID-BF87222C-6494-4A61-B835-CE497893A0EA
Visible to Intel only — GUID: GUID-BF87222C-6494-4A61-B835-CE497893A0EA
Intrinsic Functions for Floating-Point Inquiry and Control
The following table lists intrinsic functions for floating-point inquiry and control.
Certain functions (EXPONENT, FRACTION, NEAREST, RRSPACING, SCALE, SET_EXPONENT, and SPACING) return values related to components of the model set of real numbers. For a description of this model, see the Model for Real Data.
Name |
Description |
---|---|
Returns number of significant digits for data of the same type as the argument. |
|
Returns the smallest positive number that when added to one produces a number greater than one for data of the same type as the argument. |
|
Returns the exponent part of the representation of x. |
|
Returns the fractional part of the representation of the argument. |
|
Returns largest number that can be represented by data of type the argument. |
|
Returns the largest positive decimal exponent for data of the same type as the argument. |
|
Returns the largest negative decimal exponent for data of the same type as the argument. |
|
Returns the nearest different machine representable number to the first argument in the direction of the sign of the second argument. |
|
Returns the number of significant digits for data of the same type as the argument. |
|
Returns the base for data of the same type as the argument. |
|
Returns the decimal exponent range for data of the same type as the argument. |
|
Returns the reciprocal of the relative spacing of numbers near the argument. |
|
Multiplies the first argument by 2 raised to the power of the second argument. |
|
Returns a number whose fractional part is the first argument and whose exponential part is the second argument. |
|
Returns the absolute spacing of numbers near the argument. |
|
Returns smallest positive number that can be represented by data of type of the argument. |
The portability routines GETCONTROLFPQQ, GETSTATUSFPQQ, LCWRQQ, SCWRQQ, SETCONTROLFPQQ, and SSWRQQ also supply this functionality.