11.07.2015 Views

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

CrossWorks for ARM User Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

fmaxSynopsis#include double fmax(double x, double y);Description fmax determines the minimum of x and y.IEC 60559 mathlibrary behaviorPortabilityfmax(NaN, y) is y.fmax(x, NaN) is x.fmax con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).fmaxfSynopsis#include float fmaxf(float x, float y);Description fmaxf determines the minimum of x and y.IEC 60559 mathlibrary behaviorPortabilityfmaxf(NaN, y) is y.fmaxf(x, NaN) is x.fmaxf con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).fminSynopsis#include double fmin(double x, double y);Description fmin determines the minimum of x and y.IEC 60559 mathlibrary behaviorPortabilityfmin(NaN, y) is y.fmin(x, NaN) is x.fmin con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).fminfSynopsis#include float fminf(float x, float y);Description fminf determines the minimum of x and y.IEC 60559 mathlibrary behaviorPortabilityfminf(NaN, y) is y.fminf(x, NaN) is x.fminf con<strong>for</strong>ms to ISO/IEC 9899:1999 (C99).264 Chapter 28 Standard C Library Reference

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!