VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get Clean Square Root

Jonathan P. Ivy  (2 Submissions)   Math/Dates   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

It returns a nice clean square root of a number (No Fractions). It uses a simple factoring routine to get all the factors of a number. It then multiplies all the terms that appear twice. It returns "N1~N2", where N1*sqr(N2)=sqr(X).

Inputs
X

Returns
"N1~N2", where N1*sqr(N2)=sqr(X).

Rate Get Clean Square Root (2(2 Vote))
Get Clean Square Root.bas

Get Clean Square Root Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters