diff options
| -rw-r--r-- | fourier.jl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ function integrate(f, a, b, n) end """ -Calculate Fourier coefficient for term with frequency `n` with function `f`. +Calculate Fourier coefficient for term with frequency `n` of function `f`. """ function c(f, n) g(t)=f(t)*exp(-2π*im*n*t) @@ -67,4 +67,4 @@ function fourierArm(t, coefficients) end return arm -end
\ No newline at end of file +end |