sta-peak/include/sta/math/utils.hpp
2024-05-24 17:32:02 +02:00

10 lines
160 B
C++

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