mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
fast_pow2() implemented.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user