mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>math.js - an extensive math library for JavaScript and Node.js</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta name="title" content="math.js">
|
|
<meta name="keywords" content="mathjs, math.js, math, js, javascript, node, node.js, library, parser, expression, real, complex, number, matrix, unit, function, variable, string, value, mathematics, extensive, advanced">
|
|
<meta name="description" content="Math.js is an extensive math library for JavaScript and Node.js, featuring real and complex numbers, units, and matrices.">
|
|
<meta name="author" content="Jos de Jong">
|
|
|
|
<link href="css/mathjs.css" rel="stylesheet" type="text/css">
|
|
<link href="css/commandline.css" rel="stylesheet" type="text/css">
|
|
|
|
<script src="js/lib/math.min.js" type="text/javascript"></script>
|
|
<script src="js/commandline.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div id="page">
|
|
<p>
|
|
<a href="http://mathjs.org">
|
|
<img src="css/img/mathjs_330x100.png" id="logo" alt="math.js">
|
|
</a>
|
|
</p>
|
|
|
|
{{content}}
|
|
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<a href="http://mathjs.org">mathjs.org</a> •
|
|
<a href="https://github.com/josdejong/mathjs" target="_blank">sourcecode</a> •
|
|
<a href="https://github.com/josdejong/mathjs#license" target="_blank">copyright © 2013 jos de jong</a> •
|
|
<a href="http://subtlepatterns.com/bright-squares/" target="_blank">background by waseem dahman</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |