.\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" %sccs.include.proprietary.roff% .\" .\" @(#)flmin.3 8.1 (Berkeley) 06/05/93 .\" .TH FLMIN 3F "" .UC 5 .SH NAME flmin, flmax, ffrac, dflmin, dflmax, dffrac, inmax \- return extreme values .SH SYNOPSIS .B function flmin() .sp 1 .B function flmax() .sp 1 .B function ffrac() .sp 1 .B double precision function dflmin() .sp 1 .B double precision function dflmax() .sp 1 .B double precision function dffrac() .sp 1 .B function inmax() .SH DESCRIPTION Functions .I flmin and .I flmax return the minimum and maximum positive floating point values respectively. Functions .I dflmin and .I dflmax return the minimum and maximum positive double precision floating point values. Function .I inmax returns the maximum positive integer value. .PP The functions .I ffrac and .I dffrac return the fractional accuracy of single and double precision floating point numbers respectively. This is the difference between 1.0 and the smallest real number greater than 1.0. .PP These functions can be used by programs that must scale algorithms to the numerical range of the processor. .SH FILES .ie \nM /usr/ucb/lib/libF77.a .el /usr/lib/libF77.a