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
/
function
/
bitwise
History
Favian Contreras
35d92bde1d
Cleaned up test cases by removing string comparisons on NaN and 0 equality for bignumbers. Also, now ensuring that sin returns with correct precision.
2015-01-12 13:04:03 -08:00
..
bitAnd.test.js
Dropped string support for bitwise operators
2014-12-25 15:07:30 +01:00
bitNot.test.js
Dropped string support for bitwise operators
2014-12-25 15:07:30 +01:00
bitOr.test.js
Dropped string support for bitwise operators
2014-12-25 15:07:30 +01:00
bitXor.test.js
Dropped string support for bitwise operators
2014-12-25 15:07:30 +01:00
leftShift.test.js
Cleaned up test cases by removing string comparisons on NaN and 0 equality for bignumbers. Also, now ensuring that sin returns with correct precision.
2015-01-12 13:04:03 -08:00
rightArithShift.test.js
Cleaned up test cases by removing string comparisons on NaN and 0 equality for bignumbers. Also, now ensuring that sin returns with correct precision.
2015-01-12 13:04:03 -08:00
rightLogShift.test.js
Dropped string support for bitwise operators
2014-12-25 15:07:30 +01:00