Results 1 to 13 of 13

Thread: How to round Infinite Number

Threaded View

  1. #11
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    Re: How to round Infinite Number

    When you see a * b / c this means ONLY that you have to multiply a by b and then divide the result by c. Without parentheses the order of operations with equal priority goes from left to right (and * and / are of equal priority).

    In math formulas like this:



    You should evaluate the bottom part first:

    Code:
    T = m * v^2 / (1 - v^2 / c^2 + Math.Sqrt(1 - v ^2 / c ^2))

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