# HG changeset patch
# User Chris Cannam
# Date 1445012325 -3600
# Node ID afbb64027d7902bd25cc317aaaa085049dd3b057
# Parent 77fca9c01e4679ad51efd809b2a3afc213e6bdab
Text updates
diff -r 77fca9c01e46 -r afbb64027d79 fft/index.html
--- a/fft/index.html Wed Oct 07 21:31:02 2015 +0100
+++ b/fft/index.html Fri Oct 16 17:18:45 2015 +0100
@@ -54,12 +54,11 @@
Notes
- - Nayuki: in-place single-precision complex-complex. Around 7kb.
+ - Nayuki: in-place double-precision (native JS number type) complex-complex. Around 7kb.
- Nayuki (obj): Nayuki with the sin/cos tables pre-calculated on object construction. Around 4kb.
- Nockert: double-precision real-complex. Around 25kb.
- Dntj: double-precision complex-complex. Forward
- transform is scaled and I've scaled it back again here, which may
- introduce rounding error. Around 10kb.
+ transform is scaled and I've scaled it back again here. Around 10kb.
- Cross: double-precision real-complex in C, compiled
with Emscripten. This is considered a slow implementation amongst
native code ones. Around 60kb.