Skip to content

Commit

Permalink
bless
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 2, 2025
1 parent 4c9e768 commit 90f387f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion numerics/cbrt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "glog/logging.h"
#include "numerics/double_precision.hpp"
#include "numerics/fma.hpp"
#include "numerics/osaca.hpp"
#include "numerics/osaca.hpp" // 🧙 For OSACA_*.
#include "quantities/elementary_functions.hpp"

namespace principia {
Expand Down
2 changes: 1 addition & 1 deletion numerics/sin_cos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "numerics/accurate_tables.mathematica.h"
#include "numerics/double_precision.hpp"
#include "numerics/fma.hpp"
#include "numerics/osaca.hpp"
#include "numerics/osaca.hpp" // 🧙 For OSACA_*.
#include "numerics/polynomial_evaluators.hpp"
#include "quantities/elementary_functions.hpp"

Expand Down

0 comments on commit 90f387f

Please sign in to comment.