FE_DFL_ENV
来自cppreference.com
![]() |
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <<fenv.h>> 中定义
|
||
#define FE_DFL_ENV /*implementation defined*/ |
||
宏恒FE_DFL_ENV扩展到一个表达式的类型const fenv_t*默认的浮点环境,这是一个完整的副本,在程序启动时加载的环境,这点.
原文:
The macro constant FE_DFL_ENV expands to an expression of type const fenv_t*, which points to a full copy of the default floating-point environment, that is, the environment as loaded at program startup.
其次是大写字母开始的
FE_
的其他宏,有型const fenv_t*,可以支持一个实现.原文:
Additional macros that begin with
FE_
followed by uppercase letters, and have the type const fenv_t*, may be supported by an implementation.[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
(C99) |
保存或恢复当前浮点环境 原文: saves or restores the current floating point environment (函数) |
(C99) |
浮点环境恢复和提高了先前抛出异常 原文: restores the floating-point environment and raises the previously raise exceptions (函数) |
C++ documentation for FE_DFL_ENV
|