what is the VB code for:
1) finding the greatest common factor between two numbers
2) finding the least common multiple between two numbers
3) solving the equation x ^ x + a = b for b when you know what a, b are
Printable View
what is the VB code for:
1) finding the greatest common factor between two numbers
2) finding the least common multiple between two numbers
3) solving the equation x ^ x + a = b for b when you know what a, b are
Hi,
All I can tell you is a great site I know of: http://www.vbcode.com
Goto the Maths section and you should find some examples.