Math Processor Changelog

What's new in Math Processor 1.0.2.5

Apr 10, 2015
  • 'elseif' implemented to make conditional code easier
  • User defined functions optimized (2-4 times faster now)

New in Math Processor 1.0.2.4 (Apr 10, 2015)

  • A small bug fix in Tokenier.cs

New in Math Processor 1.0.2.3 (Apr 10, 2015)

  • Show gamentry ad removed at first run

New in Math Processor 1.0.2.2 (Apr 10, 2015)

  • Merge remote-tracking branch 'origin/master'

New in Math Processor 1.0.2.1 (Apr 10, 2015)

  • Add new example files that were mistakenly omitted

New in Math Processor 1.0.2.0 (Oct 10, 2014)

  • No more portable
  • Comes with installer
  • Double click saved .mp files to open them
  • New and more robust graphing module
  • A lot more functions

New in Math Processor 1.0.8 (Jun 1, 2011)

  • A simple GUI tool (Easy-Kit) for Basic Math & Stats
  • Log & power functions support matrices
  • User functions can have matrix arguments
  • New Plug-in framework that also supports GUI Kits

New in Math Processor 1.0.7 (May 10, 2011)

  • Enhanced Matrix Support through several new functions
  • Easy-Kit (GUI) for Matrix operations
  • Capability of returning values from user functions
  • Recursive calls made possible in user functions
  • Several new functions under different categories

New in Math Processor 1.0.6 (Apr 27, 2011)

  • Support for Matrix Algebra.
  • New functions for working with arrays.
  • Better memory management.
  • A new Plug-In model.

New in Math Processor 1.0.5 (Apr 11, 2011)

  • Provision of 'break' statement to control the execution of loops.
  • Quick help while working in the command window using help ("name")
  • Use of anonymous parameters in user-defined functions.
  • Easy to use GUI toolkit to work with Truth Tables.

New in Math Processor 1.0.4 (Apr 2, 2011)

  • A new construct "if-else" for conditional processing in addition to the already available "if" construct.
  • Support for batch processing and block exectuion.
  • An exciting feature of user-defined functions.
  • Two new functions "getString()" and "saveTextFile()" under the category Miscellaneous Functions.
  • Some changes in the way "Basic Calculations" worked. The changes have made the operations more natural.

New in Math Processor 1.0.3 Alpha (Mar 24, 2011)

  • Full support for Boolean Algebra.
  • Nested Loops
  • Handling of large files and long sessions
  • Comparison operators
  • Conditional processing

New in Math Processor 1.0.2 Alpha (Mar 19, 2011)

  • An edit menu containing very important cut, copy and paste menus. You can now input command data from clipboard. Also you can copy results to clipboard for using inside other applications.
  • sort() and sortd() functions for sorting
  • pnr() function for calculating permutations
  • cnr() function for calculating combinations
  • Updated help file
  • A couple of bug-fixes