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
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
type
/
unit
History
jos
9e0cc3fb61
Refactored
x && x.isUnit === true
into
type.isUnit(x)
2017-08-12 12:07:03 +02:00
..
function
Released v3.8.0
2016-11-18 19:41:40 +01:00
index.js
Added splitUnit function
2016-08-06 12:31:49 -06:00
physicalConstants.js
Fixed
#861
: physical constants not available in the expression parser
2017-05-25 16:13:42 +02:00
Unit.js
Refactored
x && x.isUnit === true
into
type.isUnit(x)
2017-08-12 12:07:03 +02:00