Results 1 to 3 of 3

Thread:

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    15

    How in VB.net forums, do you √ something? What's the code? Thanks.

    :F

  2. #2
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: √

    To square root something in you code you do it to the power of 0.5. E.g.

    Code:
    Print 25 ^ 0.5
    Would give 5.

  3. #3
    Hyperactive Member Ivenesco's Avatar
    Join Date
    Sep 2007
    Location
    Poland, Lublin
    Posts
    325

    Re: √

    For square root you can use:
    Code:
    Math.Sqrt()

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