1FLMIN(3F)                                                            FLMIN(3F)
2
3
4

NAME

6       flmin,  flmax,  ffrac,  dflmin,  dflmax, dffrac, inmax - return extreme
7       values
8

SYNOPSIS

10       function flmin()
11
12       function flmax()
13
14       function ffrac()
15
16       double precision function dflmin()
17
18       double precision function dflmax()
19
20       double precision function dffrac()
21
22       function inmax()
23

DESCRIPTION

25       Functions flmin and flmax  return  the  minimum  and  maximum  positive
26       floating point values respectively.  Functions dflmin and dflmax return
27       the minimum and maximum positive double precision floating  point  val‐
28       ues.  Function inmax returns the maximum positive integer value.
29
30       The functions ffrac and dffrac return the fractional accuracy of single
31       and double precision floating point numbers respectively.  This is  the
32       difference between 1.0 and the smallest real number greater than 1.0.
33
34       These  functions  can be used by programs that must scale algorithms to
35       the numerical range of the processor.
36

FILES

38       /usr/lib/libF77.a
39
40
41
424.2 Berkeley Distribution        June 7, 1985                        FLMIN(3F)
Impressum