#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_ */