VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Square root without sqr

Cyberjet  (2 Submissions)   Math/Dates   Visual Basic 3.0   Beginner   Wed 3rd February 2021

The code is simply shows you how to evaluate square root without using sqr function. It may not really be usefull but if you interested it'll be of some value to you.By the way, i was surprised when after search for simmilar function only found examples of using Sqr(x)

Inputs
integer

Assumes
In order to have this code working you need to create two text boxes "text1" and "text2" names are default and a command button named "command1" enter value you want to square root in text1 and you'll get result in text 2

Returns
square root of integer

Rate Square root without sqr (3(3 Vote))
Square root without sqr.bas

Square root without sqr Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters