Computing.Net > Forums > Programming > VB 6 Operator

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB 6 Operator

Reply to Message Icon

Name: Das
Date: January 13, 2002 at 20:09:44 Pacific
Comment:

I am beginner....What is the operator for Square Root in VB 6. If there is not one do you know a simple code to do it. (k+s/2)square rooted. -Familiar with Heirarchy.
I am working now, anyone here?



Sponsored Link
Ads by Google

Response Number 1
Name: Das
Date: January 13, 2002 at 20:32:27 Pacific
Reply:

I found it, ie t = Sqr(k+s/2)
Thanks tho


0

Response Number 2
Name: A Certain TH
Date: January 14, 2002 at 05:22:30 Pacific
Reply:

Also, you can use

t = (k + s/2) ^ (1/2)

With this, you can then change to (1/3) for cube root, (1/4) for quad root, etc etc

(Symbol is Shift 6 - "Circumflex" meaning "raise to the power of...")

Tom


0

Response Number 3
Name: Das
Date: January 14, 2002 at 21:20:26 Pacific
Reply:

Thanks man, didn't think of that. :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB 6 Operator

Vb 6 Compiler Needed www.computing.net/answers/programming/vb-6-compiler-needed/1223.html

I need help about vb 6.0 www.computing.net/answers/programming/i-need-help-about-vb-60/5404.html

Declaring Variables in VB 6.0 www.computing.net/answers/programming/declaring-variables-in-vb-60/9957.html