refactor: 💥 SI-related trigonometric functions moved to the si subnamespace

This commit is contained in:
Mateusz Pusz
2023-12-26 09:31:11 +01:00
parent c9d1f83ca4
commit 7f0e7f8ca8
5 changed files with 44 additions and 43 deletions

View File

@ -88,7 +88,7 @@ void print(const R& gliders)
ratio,
// TODO is it possible to make ADL work below (we need another set of trig
// functions for strong angle in a different namespace)
isq::asin(1 / ratio).force_in(si::degree));
si::asin(1 / ratio).force_in(si::degree));
}
std::cout << "\n";
}