Search:

Type: Posts; User: radarmanman

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,457

    Re: Polynomial Bisection Help

    Yeah, youre right. I had to make my bisection( ) method an instance of my polynomial class. I stored the evalAt ( ) object results into a variable in which I was able to use as an argument to pass...
  2. Replies
    2
    Views
    1,457

    Polynomial Bisection Help

    Hello guys. I'm trying to make a bisection method in my program I keep getting an error that tells me that I can't reference that method because I can't access a non-static method bisection can't be...
Results 1 to 2 of 2