FPP_$DP_MAX_SUBNORMAL Domain/OS FPP_$DP_MAX_SUBNORMAL
NAME
fpp_$dp_max_subnormal - return maximum positive denormalized double-
precision value
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/fpp.h>
double fpp_$dp_max_subnormal(void)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/fpp.ins.pas';
function fpp_$dp_max_subnormal: double;
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/fpp.ins.ftn'
real*8 max_subnormal
max_subnormal = fpp_$dp_max_subnormal()
DESCRIPTION
Fpp_$dp_max_subnormal returns the maximum positive denormalized double-
precision value of IEEE-754. Naturally, it is most useful on machines
that support IEEE-754 denormalized arithmetic.