Query: fminf
OS: opensolaris
Section: 3m
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fmin(3M) Mathematical Library Functions fmin(3M)NAMEfmin, fminf, fminl - determine minimum numeric value of two floating-point numbersSYNOPSISc99 [ flag... ] file... -lm [ library... ] #include <math.h> double fmin(double x, double y); float fminf(float float x, float y); long double fminl(long double x, long double y);DESCRIPTIONThese functions determine the minimum numeric value of their arguments. NaN arguments are treated as missing data: if one argument is a NaN and the other numeric, these functions choose the numeric value.RETURN VALUESUpon successful completion, these functions return the minimum numeric value of their arguments. If just one argument is a NaN, the other argument is returned. If x and y are NaN, a NaN is returned.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOfdim(3M), fmax(3M), math.h(3HEAD), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 fmin(3M)
Related Man Pages |
---|
fminf(3m) - sunos |
fmaxl(3m) - sunos |
fmax(3m) - opensolaris |
fminf(3m) - opensolaris |
fmaxl(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Listing numeric strings alone |
Scripting help |