jos
|
e10dd5bce5
|
Refactored x && x.isBigNumber === true into type.isBigNumber(x)
|
2017-08-12 11:54:53 +02:00 |
|
jos
|
26e70a4acd
|
Refactored x.isComplex === true into type.isComplex(x)
|
2017-08-12 11:32:40 +02:00 |
|
jos
|
15aca5e4d0
|
Changed casing of the values of config options number and matrix to match the actual name of the classes.
|
2016-03-04 19:41:54 +01:00 |
|
Eric
|
34f991949d
|
Added support for complex units
|
2015-11-28 20:09:22 +00:00 |
|
jos
|
2e1d943595
|
Extended arithmetic functions with support for Units with BigNumber/Fraction value. (One failing unit test!)
|
2015-11-28 11:04:36 +01:00 |
|
jos
|
d818e48321
|
Added support for units to cbrt
|
2015-09-17 19:48:25 +02:00 |
|
jos
|
a21b4da999
|
Updated docs an added unit test for returning all cubic roots of a real number.
|
2015-09-17 09:22:57 +02:00 |
|
jos
|
4d18dcb3e4
|
Implemented function cbrt for numbers, BigNumbers, and complex numbers
|
2015-09-16 22:37:06 +02:00 |
|