Начало добавления математических функций

This commit is contained in:
2019-10-23 19:44:45 +03:00
parent 821bd88cee
commit 19aff9eb16
8 changed files with 247 additions and 0 deletions

4
src/myx/math/all.hpp Normal file
View File

@@ -0,0 +1,4 @@
#include <myx/math/constants.hpp>
#include <myx/math/functions.hpp>
#include <myx/math/units.hpp>
#include <myx/math/radar.hpp>