mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add sprout::exp, log
This commit is contained in:
parent
d7c441ad69
commit
29a55bf31d
8 changed files with 163 additions and 3 deletions
7
sprout/math/exponential.hpp
Normal file
7
sprout/math/exponential.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_MATH_EXPONENTIAL_HPP
|
||||
#define SPROUT_MATH_EXPONENTIAL_HPP
|
||||
|
||||
#include <sprout/math/exp.hpp>
|
||||
#include <sprout/math/log.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_MATH_EXPONENTIAL_HPP
|
Loading…
Add table
Add a link
Reference in a new issue