mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add sprout::exp2, expm1
This commit is contained in:
parent
6baf082234
commit
1417a8acd2
4 changed files with 131 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
#define SPROUT_MATH_EXPONENTIAL_HPP
|
||||
|
||||
#include <sprout/math/exp.hpp>
|
||||
#include <sprout/math/exp10.hpp>
|
||||
#include <sprout/math/exp2.hpp>
|
||||
#include <sprout/math/expm1.hpp>
|
||||
#include <sprout/math/log.hpp>
|
||||
#include <sprout/math/log10.hpp>
|
||||
#include <sprout/math/log2.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue