Jos de Jong
|
3e6445a6d0
|
Merge pull request #368 from rjbaucells/v2-Index
Extend Index implementation to support set of values
|
2015-05-22 21:13:21 +02:00 |
|
jos
|
3a1dea00b0
|
Function typeof no longer returns lower case names, but now returns lower case names for primitives (like number, boolean, string), and upper-camel-case for non-primitives (like Array, Complex, Function).
|
2015-05-22 21:05:35 +02:00 |
|
Rogelio J. Baucells
|
9b6a9c2298
|
Range.forEach() and map() API changes
Range.forEach() and map() API change to match Matrix
|
2015-05-21 13:17:17 -04:00 |
|
Rogelio J. Baucells
|
96a9805ee8
|
v2-sync
|
2015-05-21 00:40:10 -04:00 |
|
Rogelio J. Baucells
|
f2a179aa31
|
Merge branch 'josdejong/v2' into v2-Index
Conflicts:
lib/core/typed.js
lib/type/index/prototype/Index.js
|
2015-05-21 00:38:58 -04:00 |
|
Rogelio J. Baucells
|
fedae8e386
|
Set removal
|
2015-05-20 18:16:17 -04:00 |
|
Rogelio J. Baucells
|
7579412f7d
|
Index dimension with immutable matrix
|
2015-05-20 17:41:03 -04:00 |
|
jos
|
6c7bf4acf0
|
Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally). Consistently renamed primitive types lower case (boolean, string, number, null) and non-primitive types uppercase (Complex, BigNumber, Function, Array, ...).
|
2015-05-20 21:08:26 +02:00 |
|
jos
|
166d3aa0be
|
Removed boolean, string, and null from the list with argument types, only leaving the directly supported types (which types can be converted to supported types is determined externally).
|
2015-05-20 20:49:19 +02:00 |
|
jos
|
be98cf613d
|
Updated docs of add to reflect changed behavior for strings
|
2015-05-20 19:59:43 +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 |
|
Max Bruckner
|
b50ed45c06
|
Use number configuration for return type of sum with empty array
|
2015-05-18 14:08:15 +02:00 |
|
Max Bruckner
|
1ef8f2986e
|
sum: Fix #369 return 0 for empty array
|
2015-05-17 21:18:14 +02:00 |
|
Jos de Jong
|
06e36f79d2
|
Merge pull request #364 from FSMaxB/callbacks
Pass configuration to `toTex` and `toString` and callbacks for `toString`
|
2015-05-17 20:56:23 +02:00 |
|
jos
|
090c9e8ae8
|
Upgraded to typed-function 0.9.0, resolving nondeterministic ordering of types. Solved performance issues with add, divide, and multiply.
|
2015-05-17 20:45:32 +02:00 |
|
jos
|
e055828205
|
Minor tweaks
|
2015-05-17 17:00:20 +02:00 |
|
Max Bruckner
|
5b160767c1
|
operators.js: Pass parenthesis option directly
|
2015-05-16 13:31:57 +02:00 |
|
Max Bruckner
|
a893307831
|
Remove global "parenthesis" configuration option
|
2015-05-16 13:30:56 +02:00 |
|
Max Bruckner
|
3f217cefdd
|
toTex: no global configuration. Only pass around one local object
|
2015-05-16 13:30:25 +02:00 |
|
Max Bruckner
|
c0e1b2d268
|
toString: no global configuration. Only pass around one local object
|
2015-05-16 13:29:55 +02:00 |
|
Max Bruckner
|
a347405a98
|
toString: implement callbacks and local configuration
|
2015-05-16 13:28:51 +02:00 |
|
Max Bruckner
|
fc53fbd2a4
|
util/latex.js: remove unused function
|
2015-05-16 13:28:01 +02:00 |
|
Max Bruckner
|
291d620972
|
Pass local configuration to toTex functions
|
2015-05-16 13:27:48 +02:00 |
|
Max Bruckner
|
e383c1c2ce
|
Throw errors when trying to toTex/toString a Node interface
|
2015-05-16 13:21:39 +02:00 |
|
Max Bruckner
|
4159064a33
|
Node.toTex: remove dependency on FunctionNode
This is achieved by overriding parts of Node.toTex in FunctionNode.toTex
|
2015-05-16 13:21:38 +02:00 |
|
jos
|
096a5f3a55
|
Upgraded to typed-function v0.8.3. Implemented support for merging typed-functions via math.import. Added option silent for math.import.
|
2015-05-16 11:33:58 +02:00 |
|
jos
|
e6cbc8a346
|
Upgraded to fraction.js v1.9.0
|
2015-05-15 22:20:35 +02:00 |
|
jos
|
55d8e4f323
|
Minor code tweaks
|
2015-05-14 20:18:15 +02:00 |
|
rjbaucells
|
799ccc9463
|
set from parser
|
2015-05-13 22:45:28 -04:00 |
|
rjbaucells
|
86314047ac
|
Set tests
|
2015-05-13 21:05:01 -04:00 |
|
rjbaucells
|
6f8fca77cb
|
tests - final
|
2015-05-13 20:29:43 -04:00 |
|
Rogelio J. Baucells
|
06927131c7
|
tests - partial
|
2015-05-13 17:55:52 -04:00 |
|
Rogelio J. Baucells
|
7e5980c812
|
tests - partial
|
2015-05-13 17:24:38 -04:00 |
|
Rogelio J. Baucells
|
9fe3395d7f
|
tests - partial
|
2015-05-13 15:26:15 -04:00 |
|
rjbaucells
|
83e090d015
|
tests - partial
|
2015-05-12 22:07:55 -04:00 |
|
rjbaucells
|
e9d4fd9e8b
|
tests - partial
|
2015-05-12 21:21:57 -04:00 |
|
rjbaucells
|
dce3aeee5b
|
tests - partial
|
2015-05-12 20:51:43 -04:00 |
|
rjbaucells
|
a85cbee709
|
transform - partial
|
2015-05-12 20:32:23 -04:00 |
|
rjbaucells
|
274913b826
|
Index - partial
|
2015-05-12 20:32:10 -04:00 |
|
rjbaucells
|
b23d6ef7d1
|
Set
|
2015-05-12 20:01:17 -04:00 |
|
jos
|
ec3ad5461f
|
Added Fraction support for cube and square. Fixed operations on Fractions mutating the original fraction.
|
2015-05-12 21:26:51 +02:00 |
|
jos
|
4367259254
|
Implemented toJSON and fromJSON for Fraction
|
2015-05-12 20:42:52 +02:00 |
|
jos
|
4766546748
|
Added fraction support for functions ceil, fix, floor, round
|
2015-05-12 20:26:42 +02:00 |
|
jos
|
b831ad2b72
|
Added support for fractions to function math.format (including output option fraction='decimal' | 'ratio')
|
2015-05-12 19:43:11 +02:00 |
|
jos
|
0c1e9deeeb
|
Implemented configuration value {number: 'fraction'}. Added docs and example for fractions.
|
2015-05-12 14:40:47 +02:00 |
|
jos
|
a0ad13b9e0
|
Added support for Fraction in functions compare, equal, larger, largerEq, smaller, smallerEq, unequal.
|
2015-05-12 13:46:50 +02:00 |
|
jos
|
fca1b8c98c
|
Replaced ugly structure new x.constructor(...) with new type.BigNumber(...) and new type.Complex(...)
|
2015-05-12 13:29:23 +02:00 |
|
jos
|
44b2129740
|
Added Fraction support for abs, gcd, mod. Added a valueOf() method to Fraction
|
2015-05-12 13:25:05 +02:00 |
|
jos
|
73f2dc2601
|
Implemented Fraction (using library fraction.js) for add, subtract, multiply, divide.
|
2015-05-12 11:42:57 +02:00 |
|
rjbaucells
|
e33fdad4ec
|
typed-function 0.8.2 updates
|
2015-05-10 12:16:23 -04:00 |
|