21 lines
309 B
C++
Executable File
21 lines
309 B
C++
Executable File
//
|
|
// Math.hpp
|
|
// amoeba
|
|
//
|
|
// Created by Timothy Prepscius on 12/30/16.
|
|
// Copyright © 2016 Timothy Prepscius. All rights reserved.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
namespace tjp {
|
|
namespace core {
|
|
namespace math {
|
|
|
|
// https://rosettacode.org/wiki/Fast_Fourier_transform
|
|
|
|
} // namespace
|
|
} // namespace
|
|
} // namespace
|
|
|