Home All Groups Group Topic Archive Search About

Need a numerical evaluator

Author
21 Oct 2006 10:04 PM
Academic
I need an numerical expression evaluator.

Should I write one or is something freely available.



Thanks

Author
21 Oct 2006 10:18 PM
Academic
There was supposed to be a second question.




>I need an numerical expression evaluator.
>
> Should I write one or is something freely available.
>

I'm considering a BASIC like capability instead of a simple expression
evalutor. Is that something I need to write or is something available. Maybe
something old that needs updating.



Show quoteHide quote
>
>
> Thanks
>
Author
21 Oct 2006 10:52 PM
Ryan S. Thiele
what kind of expression? Verifiy it's numerical? or what?

--
Thiele Enterprises - The Power Is In Your Hands Now!

--
" Academic" <academicNOSPAM@a-znet.com> wrote in message
news:eFFUd7V9GHA.4740@TK2MSFTNGP03.phx.gbl...
There was supposed to be a second question.




>I need an numerical expression evaluator.
>
> Should I write one or is something freely available.
>

I'm considering a BASIC like capability instead of a simple expression
evalutor. Is that something I need to write or is something available. Maybe
something old that needs updating.



Show quoteHide quote
>
>
> Thanks
>
Author
21 Oct 2006 11:10 PM
Academic
Things like value of  5*(2+sin(23))

"Ryan S. Thiele" <mali***@verizon.net> wrote in message
news:Hwx_g.2569$PA3.1757@trndny04...
Show quoteHide quote
> what kind of expression? Verifiy it's numerical? or what?
>
> --
> Thiele Enterprises - The Power Is In Your Hands Now!
>
> --
> " Academic" <academicNOSPAM@a-znet.com> wrote in message
> news:eFFUd7V9GHA.4740@TK2MSFTNGP03.phx.gbl...
> There was supposed to be a second question.
>
>
>
>
>>I need an numerical expression evaluator.
>>
>> Should I write one or is something freely available.
>>
>
> I'm considering a BASIC like capability instead of a simple expression
> evalutor. Is that something I need to write or is something available.
> Maybe
> something old that needs updating.
>
>
>
>>
>>
>> Thanks
>>
>
>
>
Author
21 Oct 2006 11:31 PM
Ryan S. Thiele
All math functions are in the math class. Sin Co-sign, PI, etc. The VS help
file come with extensive help in this class. As far a the math, just type

Dim d As Decimal = 5 * (2 + Math.Sin(23))

Hope this helps.



--
Thiele Enterprises - The Power Is In Your Hands Now!

--
" Academic" <academicNOSPAM@a-znet.com> wrote in message
news:%2359rUYW9GHA.4740@TK2MSFTNGP03.phx.gbl...
Things like value of  5*(2+sin(23))

"Ryan S. Thiele" <mali***@verizon.net> wrote in message
news:Hwx_g.2569$PA3.1757@trndny04...
Show quoteHide quote
> what kind of expression? Verifiy it's numerical? or what?
>
> --
> Thiele Enterprises - The Power Is In Your Hands Now!
>
> --
> " Academic" <academicNOSPAM@a-znet.com> wrote in message
> news:eFFUd7V9GHA.4740@TK2MSFTNGP03.phx.gbl...
> There was supposed to be a second question.
>
>
>
>
>>I need an numerical expression evaluator.
>>
>> Should I write one or is something freely available.
>>
>
> I'm considering a BASIC like capability instead of a simple expression
> evalutor. Is that something I need to write or is something available.
> Maybe
> something old that needs updating.
>
>
>
>>
>>
>> Thanks
>>
>
>
>
Author
22 Oct 2006 6:08 AM
Paul Remblance
Author
22 Oct 2006 6:17 AM
Paul Remblance
Other examples:
http://vbcity.com/forums/topic.asp?tid=61590

Show quoteHide quote
"Paul Remblance" <p***@remblance.co.uk> wrote in message
news:4q0g3eFl0bi7U1@individual.net...
> http://www.codeproject.com/vb/net/math_expression_evaluator.asp
>
>>>>I need an numerical expression evaluator.
>
>
Author
22 Oct 2006 7:05 PM
Academic
I've downloaded both and need to study them.

Thanks


Show quoteHide quote
"Paul Remblance" <p***@remblance.co.uk> wrote in message
news:4q0gjpFktah9U1@individual.net...
> Other examples:
> http://vbcity.com/forums/topic.asp?tid=61590
>
> "Paul Remblance" <p***@remblance.co.uk> wrote in message
> news:4q0g3eFl0bi7U1@individual.net...
>> http://www.codeproject.com/vb/net/math_expression_evaluator.asp
>>
>>>>>I need an numerical expression evaluator.
>>
>>
>
>
Author
22 Oct 2006 7:00 PM
Academic
thanks

"Ryan S. Thiele" <mali***@verizon.net> wrote in message
news:f5y_g.314$ke4.297@trndny02...
Show quoteHide quote
> All math functions are in the math class. Sin Co-sign, PI, etc. The VS
> help
> file come with extensive help in this class. As far a the math, just type
>
> Dim d As Decimal = 5 * (2 + Math.Sin(23))
>
> Hope this helps.
>
>
>
> --
> Thiele Enterprises - The Power Is In Your Hands Now!
>
> --
> " Academic" <academicNOSPAM@a-znet.com> wrote in message
> news:%2359rUYW9GHA.4740@TK2MSFTNGP03.phx.gbl...
> Things like value of  5*(2+sin(23))
>
> "Ryan S. Thiele" <mali***@verizon.net> wrote in message
> news:Hwx_g.2569$PA3.1757@trndny04...
>> what kind of expression? Verifiy it's numerical? or what?
>>
>> --
>> Thiele Enterprises - The Power Is In Your Hands Now!
>>
>> --
>> " Academic" <academicNOSPAM@a-znet.com> wrote in message
>> news:eFFUd7V9GHA.4740@TK2MSFTNGP03.phx.gbl...
>> There was supposed to be a second question.
>>
>>
>>
>>
>>>I need an numerical expression evaluator.
>>>
>>> Should I write one or is something freely available.
>>>
>>
>> I'm considering a BASIC like capability instead of a simple expression
>> evalutor. Is that something I need to write or is something available.
>> Maybe
>> something old that needs updating.
>>
>>
>>
>>>
>>>
>>> Thanks
>>>
>>
>>
>>
>
>
>