changeset 34:afbb64027d79

Text updates
author Chris Cannam
date Fri, 16 Oct 2015 17:18:45 +0100
parents 77fca9c01e46
children c795fab4c4be
files fft/index.html
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
   <h3>Notes</h3>
 
   <ul>
-    <li><b>Nayuki</b>: in-place single-precision complex-complex. Around 7kb.</li>
+    <li><b>Nayuki</b>: in-place double-precision (native JS number type) complex-complex. Around 7kb.</li>
     <li><b>Nayuki (obj)</b>: Nayuki with the sin/cos tables pre-calculated on object construction. Around 4kb.</li>
     <li><b>Nockert</b>: double-precision real-complex. Around 25kb.</li>
     <li><b>Dntj</b>: double-precision complex-complex. Forward
-    transform is scaled and I've scaled it back again here, which may
-    introduce rounding error. Around 10kb.</li>
+    transform is scaled and I've scaled it back again here. Around 10kb.</li>
     <li><b>Cross</b>: double-precision real-complex in C, compiled
     with Emscripten. This is considered a slow implementation amongst
     native code ones. Around 60kb.</li>