Skip to content

Commit c139361

Browse files
committed
docs: add repl
1 parent b602856 commit c139361

File tree

1 file changed

+5
-3
lines changed
  • lib/node_modules/@stdlib/fft/base/fftpack/rffti/docs

1 file changed

+5
-3
lines changed

lib/node_modules/@stdlib/fft/base/fftpack/rffti/docs/repl.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
--------
2626
> var N = 8;
2727
> var workspace = new {{alias:@stdlib/array/float64}}( (2*N) + 34 );
28-
> {{alias}}( N, workspace, 1, 0 );
29-
> workspace.slice();
30-
<Float64Array>[ 0, ... 0, 0.7071067811865476, 0.7071067811865475, 0, ... 0, 8, 2, 2, 4, 0, ... 0 ]
28+
> {{alias}}( N, workspace, 1, 0 )
29+
> workspace.slice()
30+
<Float64Array>[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.7071067811865476,
31+
... 0.7071067811865475, 0, 0, 0, 0, 8, 2, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
32+
... 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
3133

3234
See Also
3335
--------

0 commit comments

Comments
 (0)