STDC CX_LIMITED_RANGE
In this section:
Syntax
#pragma STDC CX_LIMITED_RANGE {ON|OFF|DEFAULT}
Parameters
| Normal complex mathematic formulas can be used. |
| Normal complex mathematic formulas cannot be used. |
| Sets the default behavior, that is |
Description
Use this pragma directive to specify that the compiler can use the normal complex mathematic formulas for * (multiplication), / (division), and abs.
Note
This directive is required by Standard C. The directive is recognized but has no effect in the compiler.