1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/math/floating_point.hpp

12 lines
336 B
C++
Raw Normal View History

2013-02-07 09:14:50 +00:00
#ifndef SPROUT_MATH_FLOATING_POINT_HPP
#define SPROUT_MATH_FLOATING_POINT_HPP
#include <sprout/config.hpp>
#include <sprout/math/ldexp.hpp>
#include <sprout/math/scalbn.hpp>
#include <sprout/math/scalbln.hpp>
#include <sprout/math/ilogb.hpp>
#include <sprout/math/logb.hpp>
#endif // #ifndef SPROUT_MATH_FLOATING_POINT_HPP