Results 1 to 7 of 7

Thread: Math parser/solver engine - Very cool, need testers

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Mexico City
    Posts
    242

    Math parser/solver engine - Very cool, need testers

    Hi everyone,

    I've ported an enhanced a math parser from Leonardo Volpi to VB.NET. It's now a DLL library with support for custom functions, variables/constants, etc.

    If you don't know what a math parser is, here is a brief description:

    Computers threat strings as exactly that, strings. So a string like "5+2" has no actual mathematical meaning for a compiler/interpreter. So what this math parser does is return the result of that operation, i.e., "7". You can use much more complicated expressions, like:

    "3*2/fact(4)-(cos(32)*pi/4+power(5,3)+sqr(45)"

    It works in both degrees and radians for cosine, tangent, etc.

    http://sourceforge.net/projects/imathparser

    As you can see by the URL, the project is open source. Send your complaints, bugs, & comments (including praises! ) directly in the SourceForge web site.

    Regards,
    Ivan V.
    Live your own life, for you will die your own death.

  2. #2
    New Member
    Join Date
    Jul 2002
    Location
    Midvale, UT
    Posts
    2
    Hi,

    I am new to .NET and am having difficulty testing your math parser. Can you add a simple form that will load when you run the project?

    Thanks,

    mangel

  3. #3
    Lively Member neodatatype's Avatar
    Join Date
    Aug 2002
    Location
    Italy
    Posts
    103
    Try my .NET parser

    see the sign
    > NeoDataType.net <

    Try my Free .Net Reporting Tool!

  4. #4
    Hyperactive Member
    Join Date
    Jan 2015
    Posts
    323

    Re: Math parser/solver engine - Very cool, need testers

    where is the Leonardo Volpi version please...

  5. #5
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,904

    Re: Math parser/solver engine - Very cool, need testers

    Quote Originally Posted by loquat View Post
    where is the Leonardo Volpi version please...
    The link in the first post still works (even after 16 years).
    So what's your problem??

  6. #6
    Hyperactive Member
    Join Date
    Jan 2015
    Posts
    323

    Re: Math parser/solver engine - Very cool, need testers

    Quote Originally Posted by Arnoutdv View Post
    The link in the first post still works (even after 16 years).
    So what's your problem??
    duplicate post, sorry
    Last edited by loquat; Nov 11th, 2018 at 10:40 PM.

  7. #7
    Hyperactive Member
    Join Date
    Jan 2015
    Posts
    323

    Re: Math parser/solver engine - Very cool, need testers

    Quote Originally Posted by Arnoutdv View Post
    The link in the first post still works (even after 16 years).
    So what's your problem??
    i think i have found the vb6 version for myself
    http://freesourcecode.net/vbprojects...n-Visual-Basic
    and this one is another good option
    http://www.Planet-Source-Code.com/vb...48568&lngWId=1

    but they are even worse than msscript.control in terms of efficiency

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width