/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-941
std/cmath.hpp
18 строк
269 B
Arsentiy Milchakov
preparation for std migration
19 апр 2017, 22:04
19 апр 2017, 22:04
de1c29b
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif // We do not define _USE_MATH_DEFINES - please add your constants below. #include <cmath> #ifdef DEBUG_NEW #define new DEBUG_NEW #endif using std::abs; using std::cos; using std::isfinite; using std::sin; using std::log10;