CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    math functions in VB

    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



  2. #2
    Join Date
    Jan 2000
    Posts
    19

    Re: math functions in VB

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured