I
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <complex.h> 中定义
|
||
#define I /* unspecified */ |
||
I
宏扩展为Complex_I或Imaginary_I。如果实现不支持虚类型,然后的宏一直扩展到Complex_I.原文:
The
I
macro expands to either Complex_I or Imaginary_I. If the implementation does not support imaginary types, then the macro always expands to Complex_I.本章尚未完成 原因:on what condition imaginary types are supported? The standard seems unclear. Maybe when __STDC_IEC_559_COMPLEX__ is defined? |
一个程序可以取消定义,那么也许重新定义imaginary宏.
原文:
A program may undefine and perhaps then redefine the imaginary macro.
[编辑] 另请参阅
(C99) |
复杂的单位不变 (常量宏) |
(C99) |
虚数单位不变 (常量宏) |