Search:

Type: Posts; User: aesguitar

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,414

    Re: Using functions in a calculator

    OK, let's slow down here. Here's how I parse equations right now, minus functions and variables (why I'm here).

    1. Take an input expression
    2. Set up the equation for input into the parser
    ...
  2. Replies
    9
    Views
    1,414

    Re: Using functions in a calculator

    Norm, yes, at least, just the sin(2pi) part.
  3. Replies
    9
    Views
    1,414

    Re: Using functions in a calculator

    I know how to use the Math class and have used third party libraries in the past for mathematical purposes. My question is how to solve those functions inside of an expression, ie 3+sin(2pi)^(-3)....
  4. Replies
    9
    Views
    1,414

    Using functions in a calculator

    I'm writing a calculator program for fun that takes an input from a user, via typed commands. So far, it works very well with basic ^*/+- arithmetic, however, I want to start adding functions, such...
Results 1 to 4 of 4