Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

[npm] Aug 23 2015

Brosnan Yuen edited this page Aug 24, 2015 · 2 revisions

If you read this. Then you know why nerdamer 0.5.6 doesn't exist on npm.

I can't undo the 0.5.6 publish,so I published 0.5.3 instead.

The npm package is identical with the releases except it has package.json.

How to use:

npm install nerdamer

node

>var nerdamer = require('nerdamer');
>nerdamer('2+4').symbol.text()
6
>var nerdamer = require('nerdamer/Calculus.js');
>nerdamer('diff(x,x,1)').symbol.text()
1

--Brosnan Yuen