diff options
| author | ruki <[email protected]> | 2024-03-14 00:53:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-14 00:53:55 +0800 |
| commit | 83abf6ad653df37a750c63afa7cae2acf03e11a4 (patch) | |
| tree | d9f35d4497eb9a595398ffe2d97d39226eb539bc /tests/projects/c++/modules/partitions_implunit/src/math.cpp | |
| parent | ed96baab01f8e2d419788ecf485502f6e5509b7e (diff) | |
improve test again
Diffstat (limited to 'tests/projects/c++/modules/partitions_implunit/src/math.cpp')
| -rw-r--r-- | tests/projects/c++/modules/partitions_implunit/src/math.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/projects/c++/modules/partitions_implunit/src/math.cpp b/tests/projects/c++/modules/partitions_implunit/src/math.cpp deleted file mode 100644 index 3651adb2d..000000000 --- a/tests/projects/c++/modules/partitions_implunit/src/math.cpp +++ /dev/null @@ -1,13 +0,0 @@ -module math;
-
-import :details;
-
-double Math::superLog(double z, double b) {
- // Implementation omitted...
- return someHelperFunction(z);
-}
-
-double Math::lerchZeta(double lambda, double alpha, double s) {
- // Implementation omitted...
- return someHelperFunction(s);
-}
|
