Skip to content

Commit

Permalink
Use the new solution in Principia.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 15, 2024
1 parent 7472e9a commit d74d640
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 4,182 deletions.
6 changes: 2 additions & 4 deletions functions/core_math_accuracy_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include <limits>
#include <random>

#include "functions/cos.hpp"
#include "core-math/cos.h"
#include "core-math/sin.h"
#include "functions/multiprecision.hpp"
#include "functions/sin.hpp"
#include "glog/logging.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Expand All @@ -17,8 +17,6 @@ namespace functions {
namespace _multiprecision {

using namespace boost::multiprecision;
using namespace principia::functions::_cos;
using namespace principia::functions::_sin;
using namespace principia::testing_utilities::_approximate_quantity;
using namespace principia::testing_utilities::_is_near;

Expand Down
Loading

0 comments on commit d74d640

Please sign in to comment.