Favian Contreras
|
f36fbb3968
|
Added bitwise functions into the bignumber section of mathjs. Made more test cases as well. Shifts are not fully precise, but other bitwise opts are.
|
2014-12-15 01:02:41 -08:00 |
|
Favian Contreras
|
77001b40c0
|
Adjusted return types in the comments above the method; Integer isn't a JavaScript type.
|
2014-12-09 22:27:19 -08:00 |
|
Favian Contreras
|
632eba954a
|
Uncommented bignumber portions, and added bignumber test cases.
|
2014-12-09 12:53:41 -08:00 |
|
Favian Contreras
|
a37bac1d4b
|
Removed parseInt as it is doesn't work for strings with 'e' in them; using unary plus to convert strings to non-bignumber ints. Also uncommented out the BigNumber sections in preparation for their inclusion.
|
2014-12-08 10:14:58 -08:00 |
|
Favian Contreras
|
57079969e3
|
Renamed xor, removed string NaN failure (undefined behavior should be handled by js), and prohibited use of Units.
|
2014-11-27 06:16:37 -08:00 |
|
Favian Contreras
|
a6fa55122d
|
Finished testing, and renamed some of the ops to avoid any future confusion with boolean ops.
|
2014-11-26 06:37:27 -08:00 |
|