Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 458 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 458 Bytes

Calculetes

Mathematics for JavaScript.

Currently supports: Derivates and Integrals.

Read the documentation.

Project Structure

This is a monorepo, currently for a page that serves as example, and the library itself.

├── packages
│   ├── calculetes
│   └── page
│       ├── src
│       ├── test
│       └── tsconfig.json
└── package.json

License

MIT License