Gulfaraz Yasin
|
f42f7feffc
|
static implementation of complex comparision
|
2017-06-05 11:58:27 +05:30 |
|
Gulfaraz Yasin
|
eda65d2228
|
used different approach for comparing complex numbers - resolves #837
|
2017-06-04 22:29:55 +05:30 |
|
jos
|
0cd4352856
|
Added automatic conversions from boolean and null to Fraction and conversions from Fraction to Complex
|
2016-03-14 21:24:29 +01:00 |
|
Robert Eisele
|
cb653ab42e
|
Fixed parse tests
|
2016-02-11 04:28:09 +01:00 |
|
jos
|
6e1521d2a4
|
Use EPSILON of math.js and update on changes in config of math.js
|
2016-02-09 09:27:45 +01:00 |
|
jos
|
196c7175a3
|
Fixed a few more failing unit tests (related to fromPolar)
|
2016-02-09 09:17:55 +01:00 |
|
Robert Eisele
|
e6d4e40d7c
|
Changed some tests to match new requirements
|
2016-02-07 14:57:02 +01:00 |
|
Robert Eisele
|
fcfd43a218
|
Added complex.js
|
2016-01-29 01:56:06 +01:00 |
|
jos
|
189d8e4918
|
Internal functions Unit.parse and Complex.parse now throw an Error instead of returning null when passing invalid input
|
2015-08-10 21:45:48 +02:00 |
|
jos
|
d81fe279cc
|
String input is now converted to numbers by default for all functions. Adding two strings will no longer concatenate them, but will convert the
strings to numbers and add them.
|
2015-05-19 22:18:40 +02:00 |
|
jos
|
3242cd8550
|
Attached properties like.type === 'Complex' and .isComple to all data types
|
2015-05-05 14:35:45 +02:00 |
|
jos
|
7e3eda8603
|
Moved all data types and their construction functions into a folder of their own under ./lib/type
|
2015-05-05 13:51:24 +02:00 |
|