Skip to content

Commit d18a3b2

Browse files
up deps and fix docs
1 parent 29671e2 commit d18a3b2

File tree

12 files changed

+21
-15
lines changed

12 files changed

+21
-15
lines changed

doc/manual/example.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Example
2+
13
```js
24
/**
35
* Initialization with complex numbers in double precision.

doc/manual/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Installation
2+
13
Can be managed using
24
[jspm](http://jspm.io)
35
or [npm](https://github.com/npm/npm).

doc/manual/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Usage
2+
13
The code needs a ES2015+ polyfill to work, for example
24
[babel-polyfill](https://babeljs.io/docs/usage/polyfill).
35
```js

lib/_fft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/_izip.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/_zip.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/compile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/fft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ifft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)