#include <nn/assert.h> #define NN_FLOAT_ASSERT(exp)
| Name | Description | |
|---|---|---|
| in | exp |
Value to be tested. |
Tests whether the specified value is a valid floating point value.
Stops program execution if exp is other than a floating point value in the range given by the minimum and maximum allowed values. Execution stops if exp is nonnumeric or infinite.
For common specifications of assert-type macros, see NN_ASSERT.
CONFIDENTIAL