I would like to use the symbol $\sim$ as "approximately". e.g:
\documentclass{article} \begin{document} There are $\sim 10^{80}$ atoms in the universe. \end{document} I think that I need to declare $\sim$ as some sort of unary math operator, to make the spacing correct! How?
Edit:
Here: http://en.wikipedia.org/wiki/Tilde it can be read, that $\sim$ can be used both as a binary relation operator, and an unary operator meaning "approximately".
Common use
This symbol (in English) sometimes means "approximately", such as: "~30 minutes ago" meaning "approximately 30 minutes ago".[2] It can mean "similar to",[3] including "of the same order of magnitude as",[4] such as: x ~ y" meaning that x and y are of the same order of magnitude. Another approximation symbol is ≈, meaning "approximately equal to."
\simis 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.$\approx$instead of `$\sim$.$\approx$for "approximate equal". e.g$\pi \approx 3.14. -but it looks wrong(ugly) for "approximately" as in my example.$\sim$behave nicely. (minus ,-can also be both unary and binary e.g.$2-5=-3$