Mistake on this page?
Report an issue in GitHub or email us
Macros
WSF_MATH_API

Macros

#define WSF_MIN(a, b)    ((a) < (b) ? (a) : (b))
 Returns the minimum of two values. More...
 
#define WSF_MAX(a, b)    ((a) > (b) ? (a) : (b))
 Returns the maximum of two values. More...
 

Detailed Description

Macro Definition Documentation

#define WSF_MAX (   a,
 
)    ((a) > (b) ? (a) : (b))

Returns the maximum of two values.

Definition at line 44 of file wsf_math.h.

#define WSF_MIN (   a,
 
)    ((a) < (b) ? (a) : (b))

Returns the minimum of two values.

Definition at line 41 of file wsf_math.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.