Visible to Intel only — GUID: GUID-27F94395-1776-46D1-9C39-40486172ED62
Visible to Intel only — GUID: GUID-27F94395-1776-46D1-9C39-40486172ED62
?labad
Returns the square root of the underflow and overflow thresholds if the exponent-range is very large.
Syntax
call slabad( small, large )
call dlabad( small, large )
Include Files
- mkl.fi
Description
These routines are no-op and kept for compatibility reasons. They used to correct the overflow/underflow behavior of machines that are not IEEE-754–compliant.
Input Parameters
- small
-
REAL for slabad
DOUBLE PRECISION for dlabad.
The underflow threshold as computed by ?lamch.
- large
-
REAL for slabad
DOUBLE PRECISION for dlabad.
The overflow threshold as computed by ?lamch.
Output Parameters
- small
-
On exit, if log10(large) is sufficiently large, the square root of small, otherwise unchanged.
- large
-
On exit, if log10(large) is sufficiently large, the square root of large, otherwise unchanged.