|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Need a numerical evaluatorI need an numerical expression evaluator.
Should I write one or is something freely available. Thanks There was supposed to be a second question.
>I need an numerical expression evaluator. I'm considering a BASIC like capability instead of a simple expression > > Should I write one or is something freely available. > evalutor. Is that something I need to write or is something available. Maybe something old that needs updating. Show quoteHide quote > > > Thanks > 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 There was supposed to be a second question.news:eFFUd7V9GHA.4740@TK2MSFTNGP03.phx.gbl... >I need an numerical expression evaluator. I'm considering a BASIC like capability instead of a simple expression> > Should I write one or is something freely available. > evalutor. Is that something I need to write or is something available. Maybe something old that needs updating. Show quoteHide quote > > > Thanks > 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 >> > > > 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 Things like value of 5*(2+sin(23))news:%2359rUYW9GHA.4740@TK2MSFTNGP03.phx.gbl... "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 >> > > >
http://www.codeproject.com/vb/net/math_expression_evaluator.asp
Show quote Hide quote >>>I need an numerical expression evaluator.
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. > > 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. >> >> > > 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 >>> >> >> >> > > >
object = nothing?
Backing up with SQL MO Best way to store dataset to disk??? Query results to file Transparent BackGround Newb looking for data binding help Webbrowser control - buffering - audio/video playback problem... Using VB and ADO.NET validate radio button in groupbox What is the event to trap when user clicks X to close form? |
|||||||||||||||||||||||