Evaluasting formula

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack Russell

    #1

    Evaluasting formula

    I am looking for a method of evaluating "simple mathmatical expressions
    i.e. 2*3+6

    or (2+6)* 3

    I have a very old set of routines (ported from dos) but they are very slow.

    Is there a simple way of doing this in vb.net (2003) or does anyone know
    of a set of routines to do it?

    Thanks

    Jack Russell
  • Herfried K. Wagner [MVP]

    #2
    Re: Evaluasting formula

    "Jack Russell" <jackr@norubbis h.tpg.com.au> schrieb:[color=blue]
    >I am looking for a method of evaluating "simple mathmatical expressions
    > i.e. 2*3+6
    >
    > or (2+6)* 3
    >
    > I have a very old set of routines (ported from dos) but they are very
    > slow.
    >
    > Is there a simple way of doing this in vb.net (2003) or does anyone know
    > of a set of routines to do it?[/color]

    MathLib
    <URL:http://www.palmbytes.d e/content/dotnet/mathlib.htm>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • Jack Russell

      #3
      Re: Evaluasting formula

      Herfried K. Wagner [MVP] wrote:[color=blue]
      > "Jack Russell" <jackr@norubbis h.tpg.com.au> schrieb:
      >[color=green]
      >> I am looking for a method of evaluating "simple mathmatical expressions
      >> i.e. 2*3+6
      >>
      >> or (2+6)* 3
      >>
      >> I have a very old set of routines (ported from dos) but they are very
      >> slow.
      >>
      >> Is there a simple way of doing this in vb.net (2003) or does anyone
      >> know of a set of routines to do it?[/color]
      >
      >
      > MathLib
      > <URL:http://www.palmbytes.d e/content/dotnet/mathlib.htm>
      >[/color]
      Thanks, I will try it

      Comment

      Working...