135 Commits

Author SHA1 Message Date
mdnu
039c93cebd Small changes. 2015-09-18 23:48:47 -04:00
mattdesl
b5eb3d2f96 add eval example to show how the expression might appear in mathematical notation 2015-07-07 13:07:29 -04:00
mattdesl
ad55a06cb2 change wording; keeping things short and sweet; changing style to align with rest of guide; using code sample that works in node 2015-07-07 13:02:40 -04:00
Matt DesLauriers
d4928965c6 Merge pull request #32 from cbrown132/master
Added section for square root and complex numbers
2015-07-07 12:51:20 -04:00
cbrown132
e134376057 fixed link to square root section 2015-07-07 21:40:52 +09:00
cbrown132
4f842438bd added square root and complex numbers 2015-07-07 21:39:10 +09:00
mattdesl
6fec442d81 note about isFinite 2015-07-06 12:17:16 -04:00
Matt DesLauriers
967898311c Merge pull request #31 from Conaclos/real-fix
Don't acept negative or positive infinity as a real.
2015-07-06 12:15:15 -04:00
Victorien Elvinger
ee71794ec7 Don't acept negative or positive infinity as a real. 2015-07-06 18:09:15 +02:00
Matt DesLauriers
0f985c6ad9 Merge pull request #28 from Jam3/fix/images
image fixes
2015-07-04 12:00:52 -04:00
mattdesl
7000a8c0af remove unused images 2015-07-04 11:59:53 -04:00
mattdesl
9a79084d2c use img tag 2015-07-04 11:59:35 -04:00
mattdesl
935e8c49b4 use hotlink svg for all images 2015-07-04 11:58:47 -04:00
Matt DesLauriers
65bc205ab3 Merge pull request #25 from Jam3/feature/material-implication
logic AND / OR, common number sets, arrows, function notation
2015-07-04 11:49:43 -04:00
mattdesl
4502148b42 Merge branch 'master' of https://github.com/Jam3/math-as-code into feature/material-implication 2015-07-04 11:49:21 -04:00
mattdesl
087c7e70eb use notation example 2015-07-04 11:48:42 -04:00
mattdesl
686611d9aa add logical negation and floor/ceil 2015-07-04 11:47:26 -04:00
mattdesl
64ef4a58b0 wording 2015-07-04 11:05:44 -04:00
Matt DesLauriers
44493730a8 Merge pull request #27 from mrdoob/patch-1
capital Pi: Follow previous snippets code structure
2015-07-04 10:45:10 -04:00
Ricardo Cabello
ba5c6bfa22 capital Pi: Follow previous snippets code structure 2015-07-04 14:46:56 +01:00
mattdesl
b05c92d580 use sigma to avoid ambiguity with uppercase Epsilon 2015-07-03 11:02:04 -04:00
mattdesl
effce0ad3f specify number for sets 2015-07-02 23:51:53 -04:00
mattdesl
4bf9c4b0db material logic stuff 2015-07-02 23:41:57 -04:00
mattdesl
b3ed2582ed Merge branch 'feature/sets-functions-arrows' of https://github.com/Jam3/math-as-code into feature/material-implication 2015-07-02 22:55:12 -04:00
mattdesl
a0bd4cd020 update readme 2015-07-02 18:00:02 -04:00
mattdesl
9999b32079 material implication start 2015-07-02 17:39:50 -04:00
mattdesl
966a99799c more touch ups 2015-07-02 17:39:27 -04:00
mattdesl
eb4d26c924 better and clearer wording 2015-07-02 15:53:44 -04:00
mattdesl
c4a07bc222 function things 2015-07-02 14:38:28 -04:00
mattdesl
dd225cb5ac sets functions and arrow updates 2015-07-02 12:09:41 -04:00
mattdesl
8e8ebfa144 Merge branch 'master' of https://github.com/Jam3/math-as-code 2015-07-02 10:15:50 -04:00
mattdesl
d495cfd3c7 going to start linking to references 2015-07-02 10:15:49 -04:00
Matt DesLauriers
4016336da7 Merge pull request #23 from gauravmuk/fix-issue-#22
Fix for Issue #22: Variable Name Conventions correctly linked.
2015-07-02 08:38:39 -04:00
Gaurav Nanda
41aad8cf1f Fix for Issue #22: Variable Name Conventions correctly linked.
Signed-off-by: Gaurav Nanda <93.gaurav@gmail.com>
2015-07-02 12:39:41 +05:30
mattdesl
dadc06d3b2 Merge branch 'master' of https://github.com/Jam3/math-as-code 2015-07-01 23:39:11 -04:00
Matt DesLauriers
6820127d67 Merge pull request #20 from Jam3/fix/definition
Fix/definition
2015-07-01 23:39:01 -04:00
mattdesl
058ee1329d update 2015-07-01 23:37:11 -04:00
mattdesl
c2434d0288 more work 2015-07-01 23:36:30 -04:00
mattdesl
d05dc6f0de spelling 2015-07-01 12:12:30 -04:00
mattdesl
bdf7445a3e wording 2015-07-01 12:09:52 -04:00
mattdesl
72977ebd8e contributing info 2015-07-01 12:03:22 -04:00
mattdesl
1b4eff885a trying to make definition a bit more accurate to mathematic representation 2015-07-01 10:53:25 -04:00
mattdesl
363bbb969a Hadamard does not seem to show up suuuper frequently 2015-07-01 10:13:27 -04:00
mattdesl
86cea3f686 improve defines, add note on mutability, use a lambda expression 2015-07-01 10:12:06 -04:00
mattdesl
1e02cbba0b formatting 2015-06-30 23:23:24 -04:00
mattdesl
0939853101 updating readme 2015-06-30 20:47:16 -04:00
mattdesl
a25659e6ce piecewise functions 2015-06-30 20:46:36 -04:00
mattdesl
30ea5857be explicit about version 2015-06-30 19:56:02 -04:00
mattdesl
aa6dcf0c2b fixes #13 2015-06-30 19:54:48 -04:00
Matt DesLauriers
804390eaaa Merge pull request #11 from Jam3/feature/func-prime
function, prime
2015-06-30 16:50:54 -04:00