feupdatedenv
Материал из cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Заголовочный файл <<fenv.h>>
|
||
| int feupdateenv( const fenv_t* envp ); |
(начиная с C99) | |
Во-первых, помнит, в настоящее время подняты с плавающей точкой исключений, а затем восстанавливает плавающей точкой окружающей среды от объекта, на который указывает
envp (по аналогии с fesetenv), то повышается с плавающей точкой исключений, которые были сохранены.Original:
First, remembers the currently raised floating-point exceptions, then restores the floating-point environment from the object pointed to by
envp (similar to fesetenv), then raises the floating-point exceptions that were saved.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Эта функция может быть использована для завершения режиме нон-стоп установленных ранее призыв к feholdexcept.
Original:
This function may be used to end the non-stop mode established by an earlier call to feholdexcept.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Содержание |
[править] Параметры
| envp | - | указатель на объект типа fenv_t установленные ранее призыв к feholdexcept или
fegetenv или равна FE_DFL_ENVOriginal: pointer to the object of type fenv_t set by an earlier call to feholdexcept or fegetenv or equal to FE_DFL_ENVThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[править] Возвращаемое значение
0 на успех, ненулевое иначе.
Original:
0 on success, non-zero otherwise.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[править] Пример
| Этот раздел не завершён Причина: нет примера |
[править] См. также
| (C99) |
сохраняет окружающую среду, очищает все флаги состояния и игнорирует все ошибок в будущем Original: saves the environment, clears all status flags and ignores all future errors The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (функция) |
| (C99) |
сохраняет или восстанавливает текущую плавающей точкой окружающей среды Original: saves or restores the current floating point environment The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (функция) |
| (C99) |
умолчанию с плавающей точкой окружающей среды Original: default floating-point environment The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (константа-макрос) |
| C++ документация для feupdateenv
| |