|
-
Jun 3rd, 2002, 01:38 PM
#1
Thread Starter
Addicted Member
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.
-
Jul 8th, 2002, 07:54 AM
#2
New Member
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
-
Apr 1st, 2003, 05:35 AM
#3
Lively Member
Try my .NET parser
see the sign
-
Nov 8th, 2018, 07:00 PM
#4
Hyperactive Member
Re: Math parser/solver engine - Very cool, need testers
where is the Leonardo Volpi version please...
-
Nov 9th, 2018, 03:41 AM
#5
Re: Math parser/solver engine - Very cool, need testers
 Originally Posted by loquat
where is the Leonardo Volpi version please...
The link in the first post still works (even after 16 years).
So what's your problem??
-
Nov 11th, 2018, 10:36 PM
#6
Hyperactive Member
Re: Math parser/solver engine - Very cool, need testers
 Originally Posted by Arnoutdv
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.
-
Nov 11th, 2018, 10:39 PM
#7
Hyperactive Member
Re: Math parser/solver engine - Very cool, need testers
 Originally Posted by Arnoutdv
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|