mirror of
https://github.com/arnaucube/math.git
synced 2026-01-11 08:21:31 +01:00
add typos.toml config and fix typos
This commit is contained in:
4
fft.sage
4
fft.sage
@@ -41,7 +41,7 @@ def fft(F, n):
|
||||
return w, ft, ft_inv
|
||||
|
||||
|
||||
# Fast polynomial multiplicaton using FFT
|
||||
# Fast polynomial multiplication using FFT
|
||||
def poly_mul(fa, fb, F, n):
|
||||
w, ft, ft_inv = fft(F, n)
|
||||
|
||||
@@ -126,7 +126,7 @@ print("fa_eval'", fa_eval)
|
||||
assert fa_eval2 == fa_eval
|
||||
|
||||
|
||||
# Fast polynomial multiplicaton using FFT
|
||||
# Fast polynomial multiplication using FFT
|
||||
print("\n---------")
|
||||
print("---Fast polynomial multiplication using FFT")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user