Home page Features Examples User documentation Participate Contributors & acknowledgments

Current development

Currently being developed...

2013/03/01 : Still to do :

  1. 58[bug] (redundant lines when expanding/reducing a litteral expression)
  2. 59[structural] transform all basic_calculus & calculus classes like the geometric ones (with "private" fields, matching setters and getters and properties to see the "public readable" fields)
  3. 60[bug] Equation 4x = 11/60, gives out x = 11/60 ÷ 4 and stops there
  4. 61[core-dev] add the ability to RightTriangles to display angle values
  5. 62[core-dev] add the ability to Equations to resolve the cases of cross-multiplications

NOT SURE to do these :

  1. ?1[structural] turn the into_str() in __str__()
  2. ?2[structural] NumericItem and LiteralItem

These have been actually done :

  1. NR1, #NR2, #NR3

2013/02/28 : NEW BUG ! Discovered a new bug : when having Equation 4x = 11/60, gives out x = 11/60 ÷ 4 and stops there. Hope it will be possible to reproduce it.

2012/10/30 : Done with the contrapositive and converse of pythagorean theorem short test. Could be a 0.4.1 version From now on, working on the website to make mathmaker available on-line

2012/10/26 : Adding a contrapositive and converse of pythagorean theorem short test Creation of a Triangle Class ; RightTriangle will inherit of it ; RightTriangle will be used to display the triangles of the new sheet

SourceForge.net Logo