Get started with mathjs CDN
Apache-2.0 licensed
MathJS is a popular library for performing mathematical calculations.
Tags:- math
- mathematics
- functions
- numeric
- parser
- expression
- real
- complex
- matrix
- unit
Stable version
Copied!
How to start using mathjs CDN
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/mathjs@12.4.1/es5/math.js"></script>
</head>
<body>
<script>
const Math = math; // Assign MathJS to a variable for convenience
// Perform some mathematical operations
const a = b => Math.add(b, 5); // Define a function for adding 5 to a number
const x = 3;
const y = 7;
// Perform some calculations
const sum = a(x); // Add 5 to x
const difference = Math.subtract(x, y); // Subtract y from x
const product = Math.multiply(x, y); // Multiply x and y
const quotient = Math.divide(product, sum); // Divide the product by the sum
// Display the results
console.log(`Sum: ${sum()}`);
console.log(`Difference: ${difference}`);
console.log(`Product: ${product}`);
console.log(`Quotient: ${quotient.toFixed(2)}`);
</script>
</body>
</html>
Copied!
Copied!
Copied!
All versions
0.12.0
0.12.1
0.13.0
0.14.0
0.15.0
0.16.0
0.17.0
0.17.1
0.18.0
0.18.1
0.19.0
0.20.0
0.21.0
0.21.1
0.22.0
0.23.0
0.24.0
0.24.1
0.25.0
0.26.0
0.27.0
1.0.0
1.0.1
1.1.0
1.1.1
1.2.0
1.3.0
1.4.0
1.5.0
1.5.1
1.5.2
1.6.0
1.7.0
1.7.1
10.0.0
10.0.1
10.0.2
10.1.0
10.1.1
10.2.0
10.3.0
10.4.0
10.4.1
10.4.2
10.4.3
10.5.0
10.5.1
10.5.2
10.5.3
10.6.0
10.6.1
10.6.2
10.6.3
10.6.4
11.0.0
11.0.1
11.1.0
11.10.0
11.10.1
11.11.0
11.11.1
11.11.2
11.12.0
11.2.0
11.2.1
11.3.0
11.3.1
11.3.2
11.3.3
11.4.0
11.5.0
11.5.1
11.6.0
11.7.0
11.8.0
11.8.1
11.8.2
11.9.0
11.9.1
12.0.0
12.1.0
12.2.0
12.2.1
12.3.0
12.3.1
12.3.2
12.4.0
12.4.1
12.4.2
12.4.3
13.0.0
13.0.1
13.0.2
13.0.3
13.1.0
13.1.1
*** 13.2.0
2.0.0
2.0.1
2.1.0
2.1.1
2.2.0
2.3.0
2.4.0
2.4.1
2.4.2
2.5.0
2.6.0
2.7.0
3.0.0
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.10.0
3.10.1
3.10.2
3.10.3
3.11.0
3.11.1
3.11.2
3.11.3
3.11.4
3.11.5
3.12.0
3.12.1
3.12.2
3.12.3
3.13.0
3.13.1
3.13.2
3.13.3
3.14.0
3.14.1
3.14.2
3.15.0
3.16.0
3.16.1
3.16.2
3.16.3
3.16.4
3.16.5
3.17.0
3.18.0
3.18.1
3.19.0
3.2.0
3.2.1
3.20.0
3.20.1
3.20.2
3.3.0
3.4.0
3.4.1
3.5.0
3.5.1
3.5.2
3.5.3
3.6.0
3.7.0
3.8.0
3.8.1
3.9.0
3.9.1
3.9.2
3.9.3
4.0.0
4.0.0-rc.1
4.0.0-rc.2
4.0.1
4.1.0
4.1.1
4.1.2
4.2.0
4.2.1
4.2.2
4.3.0
4.4.0
4.4.1
4.4.2
5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.1.0
5.1.1
5.1.2
5.10.0
5.10.1
5.10.2
5.10.3
5.2.0
5.2.1
5.2.2
5.2.3
5.3.0
5.3.1
5.4.0
5.4.1
5.4.2
5.5.0
5.6.0
5.7.0
5.8.0
5.9.0
6.0.0
6.0.0-beta.0
6.0.0-beta.1
6.0.0-beta.2
6.0.0-beta.3
6.0.1
6.0.2
6.0.3
6.0.4
6.1.0
6.2.0
6.2.1
6.2.2
6.2.3
6.2.5
6.5.0
6.6.0
6.6.1
6.6.2
6.6.3
6.6.4
6.6.5
7.0.0
7.0.1
7.0.2
7.1.0
7.2.0
7.3.0
7.4.0
7.5.0
7.5.1
7.6.0
8.0.0
8.0.0-beta.0
8.0.0-beta.1
8.0.1
8.1.0
8.1.1
9.0.0
9.1.0
9.2.0
9.3.0
9.3.1
9.3.2
9.4.0
9.4.1
9.4.2
9.4.3
9.4.4
9.4.5
9.5.0
9.5.1
9.5.2