0.1.1 • Published 7 years ago

newton-cli v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Newton-CLI

A CLI of the awesome Newton API.

to-do: clean up dependencies

Installation

$ npm i -g newton-cli

Usage

Using newton is simple - all you need is an operation and an expression

$ newton -o derive x^2
  2x

newton

Usage: newton <operation> <expression>

Options:

  -h, --help                   output usage information
  -V, --version                output the version number
  -o, --operation <operation>  Type of operation to be executed

There are a variety of operations you can use:

Operation      Eg. Expression      Result        
simplify2^2+2(2)8
factorx^2 + 2xx (x + 2)
derivex^2+2x2 x + 2
integratex^2+2x1/3 x^3 + x^2 + C
zeroesx^2+2x-2, 0
tangent2 , x^312 x + -16
area2:4 , x^360
cospi-1
sin00
tan00
arccos10
arcsin00
arctan00
abs-11
log2 , 83
0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago