Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • related: tex.stackexchange.com/questions/48/… Commented May 13, 2012 at 19:42
  • 3
    \sim is a relation symbol, and usually one wants some space between it and the following object. If you want no space (but I would avoid it), then ${\sim}10^{80}$ will do. Commented May 13, 2012 at 19:44
  • 2
    For a symbol that indicates approximate equality, you may want to consider using $\approx$ instead of `$\sim$. Commented May 13, 2012 at 19:56
  • 2
    @Mico: Yes - I would use $\approx$ for "approximate equal". e.g $\pi \approx 3.14. -but it looks wrong(ugly) for "approximately" as in my example. Commented May 13, 2012 at 20:21
  • 2
    @egreg: Yes for a relation, I would definitely want the space, but not for the unary operator. Your solution looks good, but I am looking for the correct way to make $\sim$ behave nicely. (minus ,- can also be both unary and binary e.g. $2-5=-3$ Commented May 13, 2012 at 20:28