lafrite
|
73e6c74c72
|
import old polynom and test_polynom from polynom branch
|
2014-11-11 11:06:17 +01:00 |
lafrite
|
20bc84bf6a
|
start explain developpment construction
|
2014-11-11 11:05:56 +01:00 |
lafrite
|
80261d97d3
|
expression and test
|
2014-11-11 09:58:47 +01:00 |
lafrite
|
bd3bdd6885
|
Few adaptation for documentation
|
2014-11-11 09:58:37 +01:00 |
lafrite
|
9c868b4e79
|
Add list of operators in operator.py (may need to change the form
|
2014-11-11 09:44:39 +01:00 |
lafrite
|
633e6b4e2c
|
debug str2tokens
|
2014-11-11 09:33:31 +01:00 |
lafrite
|
d615214c35
|
replace renders to render in every files
|
2014-11-11 08:29:19 +01:00 |
lafrite
|
2132c2ba59
|
New render seems to be ok some debuging still have to be done
|
2014-11-09 12:06:31 +01:00 |
lafrite
|
41aa8dfb11
|
switch op1 and op2 to respect operand order
|
2014-11-09 11:23:02 +01:00 |
lafrite
|
6618e9d85d
|
Forgot to save mainOp
|
2014-11-09 10:39:24 +01:00 |
lafrite
|
3d7018c2c7
|
Operator knows how to be printed
|
2014-11-09 10:35:49 +01:00 |
lafrite
|
565a4d3632
|
adapt Expression with the split. tests achieved
|
2014-11-08 18:15:04 +01:00 |
lafrite
|
6a6070d3d7
|
str2tokens seems to works
|
2014-11-08 17:40:02 +01:00 |
lafrite
|
a32fc4b892
|
Merge branch 'arity' into rewrite
Conflicts:
pymath/expression.py
|
2014-11-08 16:46:38 +01:00 |
lafrite
|
825e861366
|
Start spliting exp
|
2014-11-08 16:43:04 +01:00 |
Lafrite
|
a3c84d6eab
|
ok Operator well included need to use them correctly now!
|
2014-11-02 11:17:12 +01:00 |
Lafrite
|
9b1ad5c14a
|
Adapt unit test to Operator. Still have to includ fractions
|
2014-11-02 11:12:47 +01:00 |
Lafrite
|
6e99dadd39
|
Create real class Operator and include it into expression (need to fix
render now)
|
2014-11-02 08:19:31 +01:00 |
Lafrite
|
4630d0de74
|
Definively finished arity setup
|
2014-10-23 13:13:28 +02:00 |
Lafrite
|
cdf5a552b2
|
arity is fine now!
|
2014-10-23 12:59:21 +02:00 |
Lafrite
|
62549d2e10
|
new class for operator and include it into expression.in2post_fix
|
2014-10-18 19:04:40 +02:00 |
Lafrite
|
eb1088d31f
|
Solve bug with simplification of fractions
|
2014-09-02 11:44:04 +02:00 |
Lafrite
|
412149f22d
|
Finish unify_render! :D and even mod the doc
|
2014-08-29 17:15:29 +02:00 |
Lafrite
|
71b4c987ec
|
Change to unify renders between Expression and random_expression
|
2014-08-29 16:35:38 +02:00 |
Lafrite
|
8eeaa80abe
|
add *.egg-info/ in .gitignore
|
2014-08-29 15:58:40 +02:00 |
Lafrite
|
0fa194848d
|
heu...
Conflicts:
.gitignore
|
2014-07-14 16:11:16 +02:00 |
lafrite
|
b0ca85a029
|
forgot to mod rmul
|
2014-06-27 11:01:44 +02:00 |
lafrite
|
369c2cd77a
|
improve add and mul fraction (special cases)
|
2014-06-27 10:31:10 +02:00 |
Lafrite
|
0ca7a9d0fb
|
correct doc for renders name
|
2014-05-28 20:43:44 +02:00 |
Lafrite
|
f04d926031
|
change tex_render into tex and same for txt
|
2014-05-28 20:42:19 +02:00 |
Lafrite
|
7568b42fcc
|
improve __mul__ in fraction: simplification inside mul
|
2014-05-28 20:00:39 +02:00 |
Lafrite
|
5f16cf7b62
|
debug simplify: issue when sign changes and need to make simplifications
|
2014-05-28 19:00:23 +02:00 |
Lafrite
|
43973a0039
|
simplify > < etc in fraction
|
2014-05-28 18:52:46 +02:00 |
Lafrite
|
2e80eabb33
|
simplify __r*__ in fraction
|
2014-05-28 18:49:19 +02:00 |
Lafrite
|
900bad53a3
|
create convert2fraction
|
2014-05-28 18:39:08 +02:00 |
Lafrite
|
8294eec62e
|
some correction in tutorial
|
2014-02-28 20:45:25 +01:00 |
Lafrite
|
20033d69ce
|
add doc and change version in setup.py
|
2014-02-28 16:19:42 +01:00 |
Lafrite
|
a61e3e86ee
|
Merge branch 'dev'
Conflicts:
pymath/expression.py
|
2014-02-28 14:18:51 +01:00 |
Lafrite
|
661498efcf
|
add unittest for random_expression
|
2014-02-28 14:11:33 +01:00 |
Lafrite
|
193b050a09
|
Random_expression accept calc in conditions
|
2014-02-28 13:17:12 +01:00 |
Lafrite
|
bdad59ef8a
|
Forgot to remove a isalpha
|
2014-02-28 13:16:57 +01:00 |
Lafrite
|
1aaecd4b84
|
Do not accept floating numbers
|
2014-02-28 11:34:31 +01:00 |
Lafrite
|
ae6664b7cf
|
new unittest for expression
|
2014-02-28 10:31:56 +01:00 |
Lafrite
|
d67d68e080
|
spelling mistake in filename
|
2014-02-28 09:52:27 +01:00 |
Lafrite
|
09bbb04ab2
|
remove expressions with letters
|
2014-02-28 09:45:19 +01:00 |
Lafrite
|
ab83751e57
|
remove everything about polynoms
|
2014-02-28 09:43:54 +01:00 |
Lafrite
|
f444a58a2b
|
Add abs method for Fraction
|
2014-02-28 08:49:03 +01:00 |
Lafrite
|
8631cfd349
|
add __all__
|
2014-02-27 18:02:34 +01:00 |
Lafrite
|
232368fd75
|
bug and unittests for renders
|
2014-02-26 12:48:41 +01:00 |
Lafrite
|
1ecc25b9bf
|
add last_elem
|
2014-02-26 12:39:38 +01:00 |