Начало добавления математических функций
This commit is contained in:
18
src/myx/math/constants.hpp
Normal file
18
src/myx/math/constants.hpp
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef MYX_MATH_CONSTANTS_HPP_
|
||||
#define MYX_MATH_CONSTANTS_HPP_
|
||||
|
||||
#include <type_traits>
|
||||
#include <cmath>
|
||||
|
||||
namespace myx {
|
||||
|
||||
namespace math {
|
||||
|
||||
const auto ImpedanceOfFreeSpace = 376.7303136675757;
|
||||
|
||||
} // namespace math
|
||||
|
||||
} // namespace myx
|
||||
|
||||
|
||||
#endif // MYX_MATH_CONSTANTS_HPP_
|
Reference in New Issue
Block a user