1.1.16 • Published 1 month ago

@mathigon/hilbert v1.1.16

Weekly downloads
58
License
MIT
Repository
github
Last release
1 month ago

Hilbert.ts

Build Status npm npm

Hilbert.ts is a TypeScript library for expression parsing, simplification, and MathML rendering. It was developed for Mathigon.org, an award-winning mathematics education project.

Open Issues

  • Support for functions with subscripts (e.g. log_a(b)).
  • Support for large operators (sum, product and integral).
  • Parse ^ and _ operator from right to left (e.g. 2^2^2 == 2^(2^2)).
  • CAS Expression simplification algorithms, equals() and same() methods.
  • More tests, including visual tests for MathML.

Usage

First, install Hilbert.ts from NPM using

npm install @mathigon/hilbert

Now, simply import all functions and classes you need, using

import {Expression} from '@mathigon/hilbert'

Contributing

We welcome community contributions: please file any bugs you find or send us pull requests with improvements. You can find out more on Mathigon.io.

Before submitting a pull request, you will need to sign the Mathigon Individual Contributor License Agreement.

Copyright and License

Copyright © Mathigon (dev@mathigon.org)
Released under the MIT license

1.1.16

1 month ago

1.1.15

3 months ago

1.1.14

4 months ago

1.1.9

10 months ago

1.1.12

6 months ago

1.1.11

7 months ago

1.1.10

9 months ago

1.1.13

5 months ago

1.1.8

11 months ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

0.6.8

3 years ago

0.6.7

3 years ago

0.6.6

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.0

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago