Commit Graph

87 Commits

Author SHA1 Message Date
Matt DesLauriers
1d5c84cc3b Merge pull request #41 from chocolateboy/fix-complex-number-typo
fix complex-number typo
2019-06-26 20:40:03 +01:00
Matt DesLauriers
252c1b961b Update README.md 2019-05-30 09:25:49 +01:00
Quinn Dougherty
27ffc0f4bf added link to PYTHON-README in README 2019-05-29 17:58:05 -04:00
Matt DesLauriers
25f6d20347 Merge pull request #53 from styfle/patch-1
Update normalize function in README
2018-09-19 11:15:21 +01:00
0xflotus
e0601b471f changed variable name 2018-09-17 13:54:32 +02:00
Steven
d2851f1bae Update normalize function in README
Reuse variables x, y, z in `normalize` function
2017-12-18 12:19:58 -05:00
Scott Werwath
8b022fde1a Update README.md 2016-04-15 23:12:44 -07:00
nshen
12abe76ced add links to chinese translation 2016-03-04 16:33:43 +08:00
Aaron Meurer
0915ab4c72 Change sqrt(x^2) to sqrt(x)^2
The problem is that sqrt(x^2) is not equal to x in general (take x = -1). sqrt(x)^2 does always equal x, by definition. 

Fixes #42
2015-12-01 13:11:08 -06:00
chocolateboy
b5929b4ee9 fix complex-number typo 2015-10-22 19:04:30 +01:00
Mauricio Poppe
549c9273e0 New: intervals 2015-10-06 15:40:11 -04:00
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
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
Victorien Elvinger
ee71794ec7 Don't acept negative or positive infinity as a real. 2015-07-06 18:09:15 +02: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
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
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
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