CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Cyborg666

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    7,662

    Re: SQRT lookup, slower than sqrt()?

    I'm sorry if this is a bit off topic, but I have two links that you might find useful as you are trying to do sqrt faster:

    Faster square root implementation (from quake 3 engine):...
  2. Replies
    4
    Views
    6,506

    Re: Partial Graph

    One thing that comes to mind is that in case the graph is drawn on a picturebox control, you should set the "autoredraw" setting to "true" for that box, and after the graph has been drawn you should...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured