Add some documentation, Aff

This commit is contained in:
Milo Priegnitz
2024-06-02 22:15:33 +02:00
parent af40569b9d
commit e9b2017744
11 changed files with 265 additions and 89 deletions

View File

@@ -1,10 +1,12 @@
#ifndef INC_UTILS_HPP_
#define INC_UTILS_HPP_
namespace math
namespace sta
{
float fast_inv_sqrt(float);
} // namespace stamath
namespace math
{
float fast_inv_sqrt(float);
} // namespace math
} // namespace sta
#endif /* INC_UTILS_HPP_ */