mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
# Documentation
|
|
|
|
[Math.js](http://mathjs.org) is an extensive math library for JavaScript and Node.js.
|
|
It features a flexible expression parser and offers an integrated solution
|
|
to work with numbers, big numbers, complex numbers, units, and matrices.
|
|
Powerful and easy to use.
|
|
|
|
This documentation of contains a getting started tutorial,
|
|
an extensive overview describing math.js on a high level, and a reference
|
|
describing all available functions, constants, and units in detail.
|
|
|
|
|
|
## Getting Started
|
|
|
|
- [Getting Started](getting_started.md)
|
|
|
|
|
|
## Overview
|
|
|
|
- [Introduction](introduction.md)
|
|
- [Expressions](expressions/index.md)
|
|
- [Parsing and evaluation](expressions/parsing.md)
|
|
- [Syntax](expressions/syntax.md)
|
|
- [Expression trees](expressions/expression_trees.md)
|
|
- [Customization](expressions/customization.md)
|
|
- [Chaining](chaining.md)
|
|
- [Data Types](datatypes/index.md)
|
|
- [Numbers](datatypes/numbers.md)
|
|
- [BigNumbers](datatypes/bignumbers.md)
|
|
- [Complex Numbers](datatypes/complex_numbers.md)
|
|
- [Matrices](datatypes/matrices.md)
|
|
- [Units](datatypes/units.md)
|
|
- [Configuration](configuration.md)
|
|
- [Serialization](serialization.md)
|
|
- [Extension](extension.md)
|
|
- [Command Line Interface](command_line_interface.md)
|
|
|
|
## Examples
|
|
|
|
- [Examples](http://mathjs.org/examples/index.html)
|
|
|
|
## Reference
|
|
|
|
- [Constants](reference/constants.md)
|
|
- [Functions (alphabetical)](reference/functions/alphabetical.md)
|
|
- [Functions (categorical)](reference/functions/categorical.md)
|
|
- [History](../HISTORY.md)
|
|
- [Units](reference/units.md)
|
|
|