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
/
test
/
type
/
unit
History
jos
6d418b9b61
Refactored
x && x.isFraction === true
into
type.isFraction(x)
2017-08-12 12:05:11 +02:00
..
function
Units no longer search for the best prefix if the current prefix results in a value approximately between 0.1 and 1000.
2016-11-06 06:59:12 -07:00
physicalConstants.test.js
Extended
Unit
with support for all numeric types (
Fraction
,
BigNumber
)
2015-11-27 22:45:27 +01:00
Unit.test.js
Refactored
x && x.isFraction === true
into
type.isFraction(x)
2017-08-12 12:05:11 +02:00