|
-
Sep 10th, 2012, 02:49 AM
#1
Thread Starter
Frenzied Member
Speed of operations, Multiply versus Power?
Which is a faster way to square a number in vb6?
or
Code:
newval=oldval*oldval
Knowing which is faster, and thus using proper optimization, could possibly speed up some of my graphics processing routines, which depend on processing MANY input values in as short a time as possible.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|