diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-04-14 00:34:52 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-04-14 00:34:52 +0300 |
commit | 5ee716791bf7a8ca74c1670a6887a53ab92141f6 (patch) | |
tree | 0a5a522f89d258ec36f4af23cc60aaa578abe7e8 /tempalte/main.cpp | |
parent | 320bf2f0155edd67557a3042403eeb843b90a41d (diff) |
added 218, 226, 234, 240
Diffstat (limited to 'tempalte/main.cpp')
-rw-r--r-- | tempalte/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tempalte/main.cpp b/tempalte/main.cpp index 2786234..9980fb8 100644 --- a/tempalte/main.cpp +++ b/tempalte/main.cpp @@ -1,6 +1,7 @@ #include <iostream> #include "include/praktable.hpp" +#include "include/prakphys.hpp" using table = prak::table<f64>; using f64p = prak::pvalue<f64>; |