mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add floor, ceil, trunc, round
This commit is contained in:
parent
c6fb8af0c5
commit
77f058a34c
12 changed files with 236 additions and 11 deletions
10
sprout/math/nearest.hpp
Normal file
10
sprout/math/nearest.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef SPROUT_MATH_NEAREST_HPP
|
||||
#define SPROUT_MATH_NEAREST_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/ceil.hpp>
|
||||
#include <sprout/math/floor.hpp>
|
||||
#include <sprout/math/trunc.hpp>
|
||||
#include <sprout/math/round.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_NEAREST_HPP
|
Loading…
Add table
Add a link
Reference in a new issue