Menu

#2 Create a math library

Next Release
closed
9
2010-10-07
2009-10-07
Sam Gleske
No

I wish to turn the Scientific Calculators math engine (which takes a string and then calculates it) and turn it into a library. That way it is easily portable to other web applications and interfaces.

It's main interfacing function will be compute("string") and it will return an int or false (false if there are calculation errors).

The Scientific Calculator will serve as a real world example of the math library.

Discussion

  • Sam Gleske

    Sam Gleske - 2010-06-09

    The library has been created. There are a few bugs in it which need to be fixed before I will incorporate it into Scientific Calculator Web UI.

    See compute object under JavaScript human readable math library.

    The main interfacing function is compute.result("string") and it returns a number or boolean type (an int or false).

     
  • Sam Gleske

    Sam Gleske - 2010-10-02

    This feature will be included in the next release. Thanks for the feedback.

     
  • Sam Gleske

    Sam Gleske - 2010-10-02
    • priority: 5 --> 9
     
  • Sam Gleske

    Sam Gleske - 2010-10-03
    • milestone: --> Next Release
     
  • Sam Gleske

    Sam Gleske - 2010-10-07
    • status: open --> closed
     
  • Sam Gleske

    Sam Gleske - 2010-10-07

    This has been included in SciCal v1.3.3+