125 Commits

Author SHA1 Message Date
jos
f39a4073db https url instead of http 2017-02-03 20:17:22 +01:00
jos
ff96ab812d Created a currency conversion example (see #787) 2017-02-03 20:11:38 +01:00
jos
20f3af05b3 Fixed markdown urls, updated an example 2017-01-23 21:56:14 +01:00
jos
064cb7a34b Updated project description 2017-01-23 21:03:06 +01:00
jos
f4b7855a84 Docs, examples, some fixes 2017-01-22 15:30:18 +01:00
Max Bruckner
c57964003d pretty printing example: expose implicit multiplication options 2016-03-19 19:37:56 +01:00
jos
633445c077 Explain that the examples loads math.js in node.js (see #613) 2016-03-18 21:41:40 +01: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
jos
e2a3878ba9 Moved functions format and print to section string 2016-03-03 20:17:41 +01:00
jos
4ea2542941 Extended math.fraction with support for BigNumber, extended math.bignumber with support for Fraction 2016-03-03 19:24:24 +01:00
jos
94986762fb Merge branch 'develop' into feature/objectsupport
Conflicts:
	HISTORY.md
2016-02-24 08:58:01 +01:00
Robert Eisele
fcfd43a218 Added complex.js 2016-01-29 01:56:06 +01:00
jos
ace46111a4 Format result 2016-01-05 08:55:57 +01:00
jos
99552744f6 Added docs and an example on objects 2016-01-03 19:47:41 +01:00
jos
926caae19f Updated plot example 2015-11-28 21:58:43 +01:00
jos
45396868d2 Updated example angle_configuration.html 2015-10-28 21:33:00 +01:00
jos
e34b2b5316 Updated example angle_configuration.html 2015-10-28 21:25:14 +01:00
jos
33f515ede2 renamed worker file 2015-09-25 19:51:24 +02:00
jos
21e0087f2a Added web server example 2015-09-25 19:47:46 +02:00
jos
fc3555119e Released v2.2.0 2015-08-30 15:38:31 +02:00
Eric
03ec30216e Added support for units to abs, cube, sign, sqrt, square
Updated examples, docs, and unit tests
2015-08-21 05:27:54 +00:00
jos
1235ed485a Minor formatting 2015-08-11 22:28:42 +02:00
jos
c422aff0db Released v2.1.0 2015-08-11 21:31:31 +02:00
jos
067a628bc3 Changed Unit.parse such that implicit multiplication has the same precedence as division 2015-08-09 15:27:56 +02:00
Eric
23044e29ca Updated more docs
Fixed tabs
2015-08-06 13:47:01 +00:00
Eric
4f6cc1254b Updated docs and examples 2015-08-06 13:34:12 +00:00
jos
a94f0c6c5e Merge branch 'feature-derived-units' of https://github.com/ericman314/mathjs into ericman314-feature-derived-units
Conflicts:
	examples/units.js
2015-08-05 21:04:53 +02:00
Eric
f5d166a809 Made an attempt at derived units with simplification
Updated unit tests
Updated examples
Updated docs
2015-08-04 05:26:00 +00:00
jos
ddb707e9b8 Updated some more docs, examples, history 2015-07-28 09:51:31 +02:00
jos
5c5f82c6a6 Moved example add_new_datatypes and helper files 2015-07-27 20:42:58 +02:00
jos
7e23e2e84f Added documentation on custom loading and bundling 2015-07-26 15:44:43 +02:00
jos
ae24d7ca81 Documented typed-functions and factory functions, and added an example 2015-07-26 15:15:12 +02:00
Ubuntu
f583855261 First attempt at derived units. Updated unit tests and examples. 2015-07-25 18:48:04 +00:00
jos
845cf5be52 Changed one word :) 2015-07-18 22:40:38 +02:00
jos
bc5d2fe9e4 Added example on how to fallback from fraction to bignumber. Reorganized index.js a bit. 2015-07-18 22:39:44 +02:00
jos
f19cfb4394 Reintroduced node.eval(scope). Updated some docs and examples 2015-07-18 10:21:48 +02:00
jos
836b713584 Removed redundant /index 2015-07-14 22:39:24 +02:00
jos
6c592fa67c Added an example custom_loading.js 2015-07-14 21:13:00 +02:00
jos
c810981238 Method Node.compile() no longer needs math to be passed as argument. 2015-05-27 13:30:35 +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
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
Max Bruckner
e69f0c6df9 Update pretty printing example to the new API 2015-05-16 13:32:25 +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
4766546748 Added fraction support for functions ceil, fix, floor, round 2015-05-12 20:26:42 +02:00
jos
0c1e9deeeb Implemented configuration value {number: 'fraction'}. Added docs and example for fractions. 2015-05-12 14:40:47 +02:00
Max Bruckner
fa4fba4dbf Implement parenthesis options in pretty printing example 2015-05-08 09:07:25 +02:00
jos
18d9b8942e Dropped support for module names from function import 2015-05-01 23:00:58 +02:00
jos
0ccb0bce4c Refactored Chain, decoupled from import 2015-05-01 16:23:04 +02:00
jos
01497799fb Added an example on plotting a function 2015-04-15 21:31:01 +02:00
jos
6994c00593 Released version 1.5.0 2015-03-28 16:23:03 +01:00