mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add sprout::abs, fabs
add cinttypes
This commit is contained in:
parent
8dadcb359a
commit
2fb6cea457
13 changed files with 211 additions and 37 deletions
6
sprout/math/operations.hpp
Normal file
6
sprout/math/operations.hpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef SPROUT_MATH_OPERATIONS_HPP
|
||||
#define SPROUT_MATH_OPERATIONS_HPP
|
||||
|
||||
#include <sprout/math/abs.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_OPERATIONS_HPP
|
Loading…
Add table
Add a link
Reference in a new issue