/
FokinDenis88
/
math-functions
Обзор
Документация
Войти
/
FokinDenis88
/
math-functions
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/math-functions.cpp
9 строк
271 B
FokinDenis88
Add cmakelists file/
28 май 2022, 15:26
28 май 2022, 15:26
540f7b0
Код
Авторство
О чём код?
#include <iostream> #include "math-functions.hpp" int main() { std::cout << fn_math::GaussianErrorLinearUnitFn<double>(1) << '\n'; std::cout << fn_math::LogisticFn<double>(1) << '\n'; std::cout << fn_math::ScaledExponentialLinearUnitFn<double>(1) << '\n'; }