This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2026-01-18 14:59:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
docs
History
jos
b6b36bfd9b
Use strict equality checks everywhere (
===
and
!==
)
2018-06-13 15:02:21 +02:00
..
core
Refactored
var
into
const
/
let
, and removed a lot of semicolons
2018-06-13 12:21:14 +02:00
datatypes
Use strict equality checks everywhere (
===
and
!==
)
2018-06-13 15:02:21 +02:00
expressions
Use strict equality checks everywhere (
===
and
!==
)
2018-06-13 15:02:21 +02:00
reference
Fixed
import.js
not being documented correctly in the function reference
2018-06-13 13:34:27 +02:00
command_line_interface.md
Replaced examples resulting in round-off errors to prevent confusion (see
#910
)
2017-08-02 20:02:51 +02:00
custom_bundling.md
Refactored
var
into
const
/
let
, and removed a lot of semicolons
2018-06-13 12:21:14 +02:00
getting_started.md
Refactored
var
into
const
/
let
, and removed a lot of semicolons
2018-06-13 12:21:14 +02:00
index.md
Added security entry to index of docs
2017-03-31 10:36:12 +02:00