mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-27 10:47:10 -04:00
fast_pow2() implemented.
This commit is contained in:
parent
d2531016e5
commit
64e4cde7f5
2 changed files with 10 additions and 0 deletions
|
@ -70,6 +70,7 @@ constexpr size_t log_2(const size_t n, const size_t p = 0) {
|
|||
}
|
||||
|
||||
float fast_log2(const float val);
|
||||
float fast_pow2(const float val);
|
||||
|
||||
float complex16_mag_squared_to_dbv_norm(const float c16_mag_squared);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue