sta-peak/include/sta/math/utils.hpp
2024-06-02 22:15:33 +02:00

12 lines
195 B
C++

#ifndef INC_UTILS_HPP_
#define INC_UTILS_HPP_
namespace sta
{
namespace math
{
float fast_inv_sqrt(float);
} // namespace math
} // namespace sta
#endif /* INC_UTILS_HPP_ */