mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix math: rounding function,etc...
This commit is contained in:
parent
53b99b25f8
commit
434aa8d3c5
22 changed files with 812 additions and 74 deletions
|
@ -6,6 +6,10 @@
|
|||
#include <sprout/math/floor.hpp>
|
||||
#include <sprout/math/trunc.hpp>
|
||||
#include <sprout/math/round.hpp>
|
||||
#include <sprout/math/iceil.hpp>
|
||||
#include <sprout/math/ifloor.hpp>
|
||||
#include <sprout/math/itrunc.hpp>
|
||||
#include <sprout/math/iround.hpp>
|
||||
#include <sprout/math/lround.hpp>
|
||||
#include <sprout/math/llround.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue