mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Cleanup: Remove redundant inlines
This commit is contained in:
parent
2f45814bfc
commit
4cf66d6522
45 changed files with 169 additions and 205 deletions
|
|
@ -22,7 +22,7 @@ namespace dsp
|
|||
{
|
||||
|
||||
template <typename FloatType>
|
||||
static inline FloatType ncos (size_t order, size_t i, size_t size) noexcept
|
||||
static FloatType ncos (size_t order, size_t i, size_t size) noexcept
|
||||
{
|
||||
return std::cos (static_cast<FloatType> (order * i)
|
||||
* MathConstants<FloatType>::pi / static_cast<FloatType> (size - 1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue